IME Popup damage fixes

This commit is contained in:
vaxerski
2022-08-23 11:16:27 +02:00
parent 9bfa3ebc50
commit 23c5760538
2 changed files with 8 additions and 0 deletions

View File

@@ -306,6 +306,7 @@ struct SIMEPopup {
int x, y;
int realX, realY;
bool visible;
Vector2D lastSize;
DYNLISTENER(mapPopup);
DYNLISTENER(unmapPopup);