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

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Work-around the wxGTK bug with wxAuiNotebook in frm
Дата
Msg-id E1QvxU7-0007oa-ST@gothos.postgresql.org
обсуждение исходный текст
Список 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
------
REL-1_14_0_PATCHES

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

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


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgadmin-support] 1.14 beta 3 crashes in Query Browser
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: [pgadmin-support] 1.14 beta 3 crashes in Query Browser