]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/xywindow.cpp
fix Ctrl-Tab handling in the Floating window style (floating has a XYZ window, so...
[xonotic/netradiant.git] / radiant / xywindow.cpp
index 78206940556389a74394ddbcc8234ea0a21a7bf1..cfe419bedec91490249f03c48b7fac21be8f3195 100644 (file)
@@ -2587,7 +2587,7 @@ void XY_Split_Focus()
 
 void XY_Focus()
 {
-  if (g_pParentWnd->CurrentStyle() == MainFrame::eSplit || g_pParentWnd->CurrentStyle() == MainFrame::eFloating)
+  if (g_pParentWnd->CurrentStyle() == MainFrame::eSplit)
   {
          // cannot do this in a split window
          // do something else that the user may want here