popup: avoid damage loops with commits

fixes #5118
This commit is contained in:
Vaxry 2024-03-15 15:55:24 +00:00
parent bc15a8f600
commit bb933dcf04
2 changed files with 5 additions and 4 deletions

View file

@ -26,7 +26,7 @@ class CPopup {
void onDestroy();
void onMap();
void onUnmap();
void onCommit();
void onCommit(bool ignoreSiblings = false);
void onReposition();
void recheckTree();