fix shift+tab issue

This commit is contained in:
Jinhao
2015-04-23 02:49:05 +08:00
parent b053df5fec
commit 535ef19977
2 changed files with 7 additions and 4 deletions

View File

@@ -172,7 +172,7 @@ namespace detail
{
int pending;
{
nana::detail::platform_scope_guard psg;
nana::detail::platform_scope_guard lock;
pending = ::XPending(display_);
if(pending)
{