From eec7344c6d11616b2198d8889e1e9ad29d7cb93a Mon Sep 17 00:00:00 2001 From: Jinhao Date: Sat, 23 Sep 2017 07:25:16 +0800 Subject: [PATCH] fix issue that typing text for spinbox doesn't draw spin buttons border --- source/gui/widgets/skeletons/text_editor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/gui/widgets/skeletons/text_editor.cpp b/source/gui/widgets/skeletons/text_editor.cpp index 72cec7ee..fefaf1ed 100644 --- a/source/gui/widgets/skeletons/text_editor.cpp +++ b/source/gui/widgets/skeletons/text_editor.cpp @@ -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); } }