Update of /cvsroot/mahogany/M/src/wx/generic
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7682/src/wx/generic

Modified Files:
        persctrl.cpp 
Log Message:
always use wxLB_HSCROLL with wxPListBox

Index: persctrl.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/wx/generic/persctrl.cpp,v
retrieving revision 1.90
retrieving revision 1.91
diff -b -u -2 -r1.90 -r1.91
--- persctrl.cpp        13 Aug 2004 22:34:45 -0000      1.90
+++ persctrl.cpp        24 Oct 2004 13:53:48 -0000      1.91
@@ -986,5 +986,6 @@
                        const wxValidator& validator,
                        wxConfigBase *config)
-           : wxListBox(parent, id, pos, size, n, items, style, validator)
+           : wxListBox(parent, id, pos, size, n, items,
+                       style | wxLB_HSCROLL, validator)
 {
     m_bFirstTime = true;



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to