pgAdmin III commit: Fix a frmStatus wxListCtrl issue on Windows

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Fix a frmStatus wxListCtrl issue on Windows
Дата
Msg-id 201008200930.o7K9UUWT008352@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Commit: http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=095725af1be970b631a6664d0605667c36ae86a0

Log Message
-----------
Fix a frmStatus wxListCtrl issue on Windows

To get the label of the column, at least on Windows, we need to use SetMask with
the wxLIST_MASK_TEXT value. See
http://docs.wxwidgets.org/stable/wx_wxlistitem.html#wxlistitemgetmask for more
details.

Branch
------
master

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


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

Предыдущее
От: "pgAdmin Trac"
Дата:
Сообщение: [pgAdmin III] #226: Schema Difference Visualization and Synchronization
Следующее
От: "pgAdmin Trac"
Дата:
Сообщение: [pgAdmin III] #227: Add the new vacuum and analyze counters of pg_stat_all_tables on the statistics tab