Обсуждение: pgAdmin III commit: Fix a frmStatus wxListCtrl issue on Windows

Поиск
Список
Период
Сортировка

pgAdmin III commit: Fix a frmStatus wxListCtrl issue on Windows

От
Guillaume Lelarge
Дата:
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(-)