fix issue that typing text for spinbox doesn't draw spin buttons border
This commit is contained in:
parent
dbc9bc55ff
commit
c1654f75ec
@ -605,7 +605,10 @@ namespace nana
|
||||
{
|
||||
impl_->editor()->respond_char(arg);
|
||||
if (impl_->editor()->try_refresh())
|
||||
{
|
||||
impl_->draw_spins();
|
||||
API::dev::lazy_refresh();
|
||||
}
|
||||
}
|
||||
|
||||
void drawer::resized(graph_reference, const arg_resized&)
|
||||
|
Loading…
x
Reference in New Issue
Block a user