]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/window.cpp
Typo fix for GetSizer.
[wxWidgets.git] / src / x11 / window.cpp
index 8159498ff70d6d3f7b57653e489605486ddd1cb7..a83a67877cfed6d59a209b3a5cd59d3ef6307401 100644 (file)
@@ -1062,7 +1062,9 @@ void wxWindowX11::OnInternalIdle()
 
     // Set the input focus if couldn't do it before
     if (m_needsInputFocus)
 
     // Set the input focus if couldn't do it before
     if (m_needsInputFocus)
+    {
        SetFocus();
        SetFocus();
+    }
 }
 
 // ----------------------------------------------------------------------------
 }
 
 // ----------------------------------------------------------------------------