Thread: 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

From
cvs@cvs.pgadmin.org
Date:
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)


Attachment

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

From
Andreas Pflug
Date:
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