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,8 +605,11 @@ 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&)
{