pgAdmin III commit: When pgAdmin is used with multiple monitors on OSX,

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: When pgAdmin is used with multiple monitors on OSX,
Date: 2015-09-22 05:33:14
Message-ID: E1ZeGCY-0001NS-Hc@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2015-09-22 05:49:45 pgAdmin 4 commit: Do flush the changes done after creating the require
Previous Message Ashesh Vashi 2015-09-21 13:53:08 pgAdmin III commit: Using pg_get_function_result(..) function to identi