pgAdmin III commit: Work-around the wxGTK bug with wxAuiNotebook in frm

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Work-around the wxGTK bug with wxAuiNotebook in frm
Date: 2011-08-23 20:22:07
Message-ID: E1QvxU7-0007oW-RL@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Work-around the wxGTK bug with wxAuiNotebook in frmQuery

See http://forums.wxwidgets.org/viewtopic.php?f=23&t=31090 for details.

When a user tries to get back in the first tab of the frmQuery after modifying
a graphical query, pgAdmin seems frozen and non responsive. Most of the OS
seems the same. Only the keyboard is available and can get us back to a normal
behaviour.

The bug seems to be within wxGTK (as it only happens on Linux), so this patch
is only a work-around.

Initial report from Colin Beckingham.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=142b91afdee4236dc00d1cde4ce6bee56b3497e7

Modified Files
--------------
pgadmin/frm/frmQuery.cpp | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-08-23 20:23:24 Re: [pgadmin-support] 1.14 beta 3 crashes in Query Browser
Previous Message Dave Page 2011-08-23 15:06:54 Re: [pgadmin-support] 1.14 beta 3 crashes in Query Browser