]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/scrolbar.cpp
Use top-level parent for the dialog parent
[wxWidgets.git] / src / msw / scrolbar.cpp
index 3f89e9040db01f52d033ece29a39904dbccc8d89..7f7b7c2c7e0c2a60f0c95c93cfe800fd0d0f2cbe 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     04/01/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
@@ -152,8 +152,6 @@ bool wxScrollBar::Create(wxWindow *parent, wxWindowID id,
     ::SetScrollPos(scroll_bar, SB_CTL, 0, FALSE);
     ShowWindow(scroll_bar, SW_SHOW);
 
-    SetFont(parent->GetFont());
-
     m_hWnd = (WXHWND)scroll_bar;
 
     // Subclass again for purposes of dialog editing mode