pgAdmin III commit: Fix a frmStatus wxListCtrl issue on Windows

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix a frmStatus wxListCtrl issue on Windows
Date: 2010-08-20 09:30:30
Message-ID: 201008200930.o7K9UUWT008352@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin Trac 2010-08-21 12:42:33 [pgAdmin III] #227: Add the new vacuum and analyze counters of pg_stat_all_tables on the statistics tab
Previous Message pgAdmin Trac 2010-08-20 06:59:17 [pgAdmin III] #226: Schema Difference Visualization and Synchronization