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

This commit is contained in:
Jinhao 2017-09-23 07:25:16 +08:00
parent bb47cdc6c9
commit eec7344c6d

View File

@ -1689,7 +1689,7 @@ namespace nana{ namespace widgets
impl_->try_refresh = sync_graph::refresh;
//_m_put calcs the lines
_m_reset_content_size(false);
_m_reset_content_size(true);
impl_->cview->sync(false);
}
}