]> git.saurik.com Git - wxWidgets.git/commitdiff
background setup correctly
authorStefan Csomor <csomor@advancedconcepts.ch>
Wed, 10 Apr 2002 08:22:02 +0000 (08:22 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Wed, 10 Apr 2002 08:22:02 +0000 (08:22 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15073 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/dialog.cpp
src/mac/dialog.cpp

index 755ad0192ad4e19dde011648a22efd999218ba8c..d0bb7b2adcbacfaa93764bfaf546cca42bc49fb6 100644 (file)
@@ -67,6 +67,7 @@ bool wxDialog::Create(wxWindow *parent, wxWindowID id,
        MacCreateRealWindow( title , pos , size , MacRemoveBordersFromStyle(style)  , name ) ;
 
        m_macWindowBackgroundTheme = kThemeBrushDialogBackgroundActive ;
+       SetThemeWindowBackground( (WindowRef) m_macWindow , m_macWindowBackgroundTheme , false ) ;
   return TRUE;
 }
 
index 755ad0192ad4e19dde011648a22efd999218ba8c..d0bb7b2adcbacfaa93764bfaf546cca42bc49fb6 100644 (file)
@@ -67,6 +67,7 @@ bool wxDialog::Create(wxWindow *parent, wxWindowID id,
        MacCreateRealWindow( title , pos , size , MacRemoveBordersFromStyle(style)  , name ) ;
 
        m_macWindowBackgroundTheme = kThemeBrushDialogBackgroundActive ;
+       SetThemeWindowBackground( (WindowRef) m_macWindow , m_macWindowBackgroundTheme , false ) ;
   return TRUE;
 }