I forgor null check

This commit is contained in:
Grim 2023-10-24 16:44:07 +03:00
parent 1b5f6d0508
commit 792b534378
1 changed files with 2 additions and 1 deletions

View File

@ -1413,6 +1413,7 @@ public:
/// request redraw
void invalidate() {
_needDraw = true;
if(window !is null)
window.update();
}