From c446c860de2704ebb13e1021b02be0a0d394e061 Mon Sep 17 00:00:00 2001 From: beru Date: Sun, 19 Apr 2015 23:49:27 +0900 Subject: [PATCH] fixes #4 --- source/gui/detail/win32/bedrock.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/gui/detail/win32/bedrock.cpp b/source/gui/detail/win32/bedrock.cpp index 9313a588..cff08b94 100644 --- a/source/gui/detail/win32/bedrock.cpp +++ b/source/gui/detail/win32/bedrock.cpp @@ -1369,7 +1369,7 @@ namespace detail { if((wParam == 9) && (false == (msgwnd->flags.tab & tab_type::eating))) //Tab { - auto the_next = brock.wd_manager.tabstop(msgwnd, true); + auto the_next = brock.wd_manager.tabstop(msgwnd, (::GetKeyState(VK_SHIFT) >= 0)); if(the_next) { brock.wd_manager.set_focus(the_next, false);