From 0037763448bd96804a6934d38173ebbed9913cf0 Mon Sep 17 00:00:00 2001 From: divverent Date: Wed, 30 Dec 2009 10:26:41 +0000 Subject: [PATCH] fix Ctrl-Tab handling in the Floating window style (floating has a XYZ window, so Ctrl-Tab SHOULD switch views) git-svn-id: svn://svn.icculus.org/netradiant/trunk@404 61c419a2-8eb2-4b30-bcec-8cead039b335 --- radiant/xywindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radiant/xywindow.cpp b/radiant/xywindow.cpp index 78206940..cfe419be 100644 --- a/radiant/xywindow.cpp +++ b/radiant/xywindow.cpp @@ -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 -- 2.39.2