pgAdmin III commit: Work-around the wxGTK bug with wxAuiNotebook in frm - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Work-around the wxGTK bug with wxAuiNotebook in frm
Date
Msg-id E1QvxU7-0007oW-RL@gothos.postgresql.org
Whole thread Raw
List 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(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgadmin-support] 1.14 beta 3 crashes in Query Browser
Next
From: Guillaume Lelarge
Date:
Subject: Re: [pgadmin-support] 1.14 beta 3 crashes in Query Browser