GUI2/Canvas: reset size_changed_ flag after setting formula variables (fixup 02858f2
)
This commit is contained in:
parent
1a9c6a7eca
commit
6e4327f313
1 changed files with 2 additions and 0 deletions
|
@ -1388,6 +1388,8 @@ void canvas::draw()
|
|||
get_screen_size_variables(variables_);
|
||||
variables_.add("width", wfl::variant(w_));
|
||||
variables_.add("height", wfl::variant(h_));
|
||||
|
||||
size_changed_ = false;
|
||||
}
|
||||
|
||||
// Draw shapes.
|
||||
|
|
Loading…
Add table
Reference in a new issue