Fix subwindow titlebar redraw on oversampling change.

This commit is contained in:
bruvzg
2024-06-23 00:01:39 +03:00
parent 04bf7d4cad
commit c689823c60
2 changed files with 11 additions and 1 deletions

View File

@ -340,6 +340,7 @@ private:
Window *window = nullptr;
RID canvas_item;
Rect2i parent_safe_rect;
bool pending_window_update = false;
};
// VRS