Обсуждение: CVS Commit by dpage: Don't save dialogue sizes or positions if maximised

Поиск
Список
Период
Сортировка

CVS Commit by dpage: Don't save dialogue sizes or positions if maximised

От
cvs@cvs.pgadmin.org
Дата:
Log Message:
-----------
Don't save dialogue sizes or positions if maximised or iconised.

Modified Files:
--------------
    pgadmin3:
        CHANGELOG.txt (r1.144 -> r1.145)
    pgadmin3/src/ui:
        dlgClasses.cpp (r1.14 -> r1.15)
        dlgProperty.cpp (r1.98 -> r1.99)


Вложения

Re: CVS Commit by dpage: Don't save dialogue sizes

От
Andreas Pflug
Дата:
cvs@cvs.pgadmin.org wrote:
> Log Message:
> -----------
> Don't save dialogue sizes or positions if maximised or iconised.

This patch not only doesn't fix anything for win32 dialogs.
Additionally, it corrupts win32 frame handling, and gtk dialog and frame
handling which worked ok until now.
It needs to be reverted completely.
Regards,
Andreas