X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5a607f8b231e8121cd0c3543e14ce22b08638a07..add051eb7c86704a4f648111d38670c920b3e92e:/src/gtk/collpane.cpp diff --git a/src/gtk/collpane.cpp b/src/gtk/collpane.cpp index 754de047c4..1d7817bcdb 100644 --- a/src/gtk/collpane.cpp +++ b/src/gtk/collpane.cpp @@ -204,7 +204,7 @@ bool wxCollapsiblePane::Create(wxWindow *parent, m_parent->DoAddChild( this ); PostCreation(size); - + // we should blend into our parent background const wxColour bg = parent->GetBackgroundColour(); SetBackgroundColour(bg); @@ -285,7 +285,7 @@ GdkWindow *wxCollapsiblePane::GTKGetWindow(wxArrayGdkWindows& windows) const windows.Add( m_widget->window ); return NULL; -} +} #endif // wxUSE_COLLPANE && !defined(__WXUNIVERSAL__)