When pgAdmin is used with multiple monitors on OSX, wxWidgets used to work well with earlier versions of OSX (but - not with the newer version of OSX). In order to resolve the issue, we will not save/restore the negative values of position (and, reset it to zero) for dialogs/frames.
Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=51c26704333625c1b404105d84fcff0bc1241804 Modified Files -------------- CHANGELOG | 14 +++++++++----- pgadmin/dlg/dlgClasses.cpp | 14 ++++++++++++-- pgadmin/dlg/dlgProperty.cpp | 7 +++++-- pgadmin/utils/misc.cpp | 10 +++++----- 4 files changed, 31 insertions(+), 14 deletions(-) -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
