feat: add a new awesome feature

This commit is contained in:
2025-11-04 16:48:53 +08:00
parent 8dee285de8
commit 7b087e296a
22 changed files with 210 additions and 58 deletions
+1 -1
View File
@@ -358,7 +358,7 @@ bool Table::handleEvent(const ExMessage& msg)
consume = nextButton->handleEvent(msg);
}
if (dirty)
requestRepaint();
requestRepaint(parent);
return consume;
}