]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/toplevel.cpp
Per Robert R, apply: [ 1484667 ] Make wxWindow::Update() update native controls
[wxWidgets.git] / src / gtk / toplevel.cpp
index 1a712ae824d266fe3cb5605013c0c8f25af5ec91..bf4cec07be2436a357cae737f8668b93220a3755 100644 (file)
@@ -1325,7 +1325,7 @@ static Window wxGetTopmostWindowX11(Display *dpy, Window child)
 
 bool wxTopLevelWindowGTK::SetTransparent(wxByte alpha)
 {
 
 bool wxTopLevelWindowGTK::SetTransparent(wxByte alpha)
 {
-    if (!m_widget || !m_widget->window || !CanSetTransparent())
+    if (!m_widget || !m_widget->window)
         return false;
 
     Display* dpy = GDK_WINDOW_XDISPLAY (m_widget->window);
         return false;
 
     Display* dpy = GDK_WINDOW_XDISPLAY (m_widget->window);