fix a caret issue when set focus to a invisible textbox(#62)
This commit is contained in:
parent
08deeba096
commit
5f9a98c7bc
@ -109,7 +109,7 @@ namespace nana
|
|||||||
if(real_visible_state_ != isshow)
|
if(real_visible_state_ != isshow)
|
||||||
{
|
{
|
||||||
real_visible_state_ = isshow;
|
real_visible_state_ = isshow;
|
||||||
native_interface::caret_visible(wd_->root, isshow);
|
native_interface::caret_visible(wd_->root, isshow && wd_->displayed());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user