pgAdmin III commit: Fix the invisible column in dlgEditGridOptions - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Fix the invisible column in dlgEditGridOptions
Date
Msg-id 201012212148.oBLLmnru012890@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix the invisible column in dlgEditGridOptions

The fix is rather a workaround. In wxGTK, GetClientSize() doesn't seem
appropriately set in the dlgEditGridOptions window. So, we "fix" the right
column size if it gets wrong.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=a6f26fd91ecf4c94cbd625d0dcdb8816d81c5947
Author: Steffen Kuhn <pg@kuhnsteffen.de>

Modified Files
--------------
CHANGELOG                          |    1 +
pgadmin/dlg/dlgEditGridOptions.cpp |    5 +++++
2 files changed, 6 insertions(+), 0 deletions(-)


pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Fix wrong release in CHANGELOG
Next
From: Guillaume Lelarge
Date:
Subject: Re: Fwd: dlgEditGridOptions