From 44553a02a6a9d5feba3f6c21eb7c50066c6f3536 Mon Sep 17 00:00:00 2001 From: beru Date: Sun, 24 May 2015 14:36:06 +0900 Subject: [PATCH] change timing to set tabstop_focus_changed flag --- 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 1e44cb4e..5e99c186 100644 --- a/source/gui/detail/win32/bedrock.cpp +++ b/source/gui/detail/win32/bedrock.cpp @@ -1400,10 +1400,10 @@ namespace detail { if (!tstop_wd->flags.ignore_mouse_focus) { + root_runtime->condition.tabstop_focus_changed = true; brock.wd_manager.set_focus(tstop_wd, false); brock.wd_manager.do_lazy_refresh(msgwnd, false); brock.wd_manager.do_lazy_refresh(tstop_wd, true); - root_runtime->condition.tabstop_focus_changed = true; break; }