]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/statbr95.cpp
made SelectionToText and ToText public
[wxWidgets.git] / src / msw / statbr95.cpp
index 058f3b6f358b361a2d76564935621166c8ec0478..b72590f0760b092f4a6ff21ce16124c6df30eb74 100644 (file)
@@ -116,6 +116,7 @@ bool wxStatusBar95::Create(wxWindow *parent,
 
     SetFieldsCount(1);
     SubclassWin(m_hWnd);
+    InheritAttributes();
 
     SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_MENUBAR));
 
@@ -250,7 +251,7 @@ void wxStatusBar95::DoMoveWindow(int x, int y, int width, int height)
     // omitted because for normal status bars (positioned along the bottom
     // edge) the position is already set correctly, but if the user wants to
     // position them in some exotic location, this is really needed
-    wxWindow::DoMoveWindow(x, y, width, height);
+    wxWindowMSW::DoMoveWindow(x, y, width, height);
 
     // adjust fields widths to the new size
     SetFieldsWidth();