Merge branch 'beru-hotfixes-1.0.1' into hotfixes-1.0.1

This commit is contained in:
Jinhao 2015-04-22 00:08:19 +08:00
commit b053df5fec

View File

@ -1384,7 +1384,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);