Update of /cvsroot/mahogany/M/src/gui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25465/src/gui

Modified Files:
        wxComposeView.cpp 
Log Message:
removed unnecessary (any longer) calls to SetAutoLayout(TRUE)

Index: wxComposeView.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxComposeView.cpp,v
retrieving revision 1.383
retrieving revision 1.384
diff -b -u -2 -r1.383 -r1.384
--- wxComposeView.cpp   17 Mar 2005 21:37:20 -0000      1.383
+++ wxComposeView.cpp   17 Mar 2005 22:28:39 -0000      1.384
@@ -1894,5 +1894,4 @@
 
    m_panelRecipients->GetCanvas()->SetSizer(m_sizerRcpts);
-   m_panelRecipients->GetCanvas()->SetAutoLayout(TRUE);
 
    sizerTop->Add(m_panelRecipients, 1, wxEXPAND);
@@ -1932,5 +1931,4 @@
 
    m_panel = new wxPanel(m_splitter, -1);
-   m_panel->SetAutoLayout(TRUE);
 
    // the sizer containing all header fields



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to