Update of /cvsroot/mahogany/M/src/gui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29147/src/gui
Modified Files:
wxFolderView.cpp
Log Message:
create the list control using default initial size, otherwise its size can't be
reduced below the initial one in the latest wxWindows cvs HEAD
Index: wxFolderView.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxFolderView.cpp,v
retrieving revision 1.657
retrieving revision 1.658
diff -b -u -2 -r1.657 -r1.658
--- wxFolderView.cpp 7 Apr 2004 23:47:54 -0000 1.657
+++ wxFolderView.cpp 8 Apr 2004 12:24:52 -0000 1.658
@@ -1510,5 +1510,5 @@
// do create the control
Create(parent, M_WXID_FOLDERVIEW_LISTCTRL,
- wxDefaultPosition, parent->GetClientSize(),
+ wxDefaultPosition, wxDefaultSize,
wxLC_REPORT | wxLC_VIRTUAL | wxNO_BORDER);
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates