Fix reshape caching
This commit is contained in:
parent
25356b84bd
commit
e05a28463d
1 changed files with 2 additions and 0 deletions
|
|
@ -198,6 +198,8 @@ namespace psemek::ui
|
||||||
if (!loop_)
|
if (!loop_)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
reshape_posted_ = true;
|
||||||
|
|
||||||
auto weak_self = weak_from_this();
|
auto weak_self = weak_from_this();
|
||||||
|
|
||||||
post([weak_self]{
|
post([weak_self]{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue