Merge branch 'beru-hotfixes-1.0.1' into hotfixes-1.0.1
This commit is contained in:
commit
b053df5fec
@ -1384,7 +1384,7 @@ namespace detail
|
|||||||
{
|
{
|
||||||
if((wParam == 9) && (false == (msgwnd->flags.tab & tab_type::eating))) //Tab
|
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)
|
if(the_next)
|
||||||
{
|
{
|
||||||
brock.wd_manager.set_focus(the_next, false);
|
brock.wd_manager.set_focus(the_next, false);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user