fix issue that typing text for spinbox doesn't draw spin buttons border
This commit is contained in:
parent
dbc9bc55ff
commit
c1654f75ec
@ -605,8 +605,11 @@ 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&)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user