pgAdmin III commit: Fix the invisible column in dlgEditGridOptions

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix the invisible column in dlgEditGridOptions
Date: 2010-12-21 21:48:49
Message-ID: 201012212148.oBLLmnru012890@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)kuhnsteffen(dot)de>

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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2010-12-21 21:49:14 Re: Fwd: dlgEditGridOptions
Previous Message Guillaume Lelarge 2010-12-19 14:09:52 Re: "Clear window" in the SQL Editor