Add default property to LabelView::set_text(...bool force_no_layout = false).
When force_no_layout = true there is no invalidates and redraws all windows occurs. It helps to improve performance of user program (at least on MS Windows), for example when it needs to change text inside bool App::update().
There is no changes in the behavior of existing programs.
Add default property to
LabelView::set_text(...bool force_no_layout = false)
.When
force_no_layout = true
there is no invalidates and redraws all windows occurs. It helps to improve performance of user program (at least on MS Windows), for example when it needs to change text insidebool App::update()
.There is no changes in the behavior of existing programs.