pgAdmin III commit: Fix the restore of a window position when using mul

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Fix the restore of a window position when using mul
Дата
Msg-id E1S6Qi7-00014K-CQ@gothos.postgresql.org
обсуждение исходный текст
Ответы Re: pgAdmin III commit: Fix the restore of a window position when using mul
Список pgadmin-hackers
Fix the restore of a window position when using multiscreen

The previous code used to get the geometry of the good display and check
position and size of the dialog against the geometry of the display.
Unfortunately, the position and size of the dialog take into account the
global geometry. So we need to compare it with the global geometry, which this
patch does.

Per report from Steffen Decker.

Branch
------
REL-1_14_0_PATCHES

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=57a71b21e72f66186c7a9d7301cf15db6d7e0b65

Modified Files
--------------
CHANGELOG              |    2 ++
pgadmin/utils/misc.cpp |   16 +++-------------
2 files changed, 5 insertions(+), 13 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Fix the restore of a window position when using mul
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: pgAdmin III commit: Fix the restore of a window position when using mul