]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/splitter.cpp
compilo
[wxWidgets.git] / src / generic / splitter.cpp
index 7c5d2354bdf3a0647d8976e7411a04b43e3117b6..e2a2a3ca99ab66eb9cd79a537f54eae0546e0b12 100644 (file)
@@ -122,7 +122,7 @@ void wxSplitterWindow::Init()
     m_firstY = 0;
     m_sashPosition = m_requestedSashPosition = 0;
     m_sashGravity = 0.0;
-    m_lastSize = wxSize(0,0);
+    m_lastSize = wxSize();
     m_checkRequestedSashPosition = false;
     m_minimumPaneSize = 0;
     m_sashCursorWE = wxCursor(wxCURSOR_SIZEWE);
@@ -414,7 +414,7 @@ void wxSplitterWindow::OnSize(wxSizeEvent& event)
 
     if ( iconized )
     {
-        m_lastSize = wxSize(0,0);
+        m_lastSize = wxSize();
 
         event.Skip();