pgAdmin III commit: Fix the invisible column in dlgEditGridOptions

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Fix the invisible column in dlgEditGridOptions
Дата
Msg-id 201012212148.oBLLmnIk012895@gothos.postgresql.org
обсуждение исходный текст
Список 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
------
REL-1_12_0_PATCHES

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

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


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

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Fix wrong release in CHANGELOG
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Fwd: dlgEditGridOptions