fix issue that typing text for spinbox doesn't draw spin buttons border

This commit is contained in:
Jinhao 2017-09-18 23:46:02 +08:00
parent dbc9bc55ff
commit c1654f75ec

View File

@ -605,7 +605,10 @@ namespace nana
{ {
impl_->editor()->respond_char(arg); impl_->editor()->respond_char(arg);
if (impl_->editor()->try_refresh()) if (impl_->editor()->try_refresh())
{
impl_->draw_spins();
API::dev::lazy_refresh(); API::dev::lazy_refresh();
}
} }
void drawer::resized(graph_reference, const arg_resized&) void drawer::resized(graph_reference, const arg_resized&)