diff options
author | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2024-06-23 00:01:39 +0300 |
---|---|---|
committer | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2024-06-23 00:01:56 +0300 |
commit | c689823c6009f8c0cc176f968a556e400e95c2da (patch) | |
tree | 1d18ea624cade7fe95250544f8f480c7ff6a9826 /scene/main/viewport.h | |
parent | 04bf7d4cade645a5923cc80d87ac1c6109e2cdfe (diff) | |
download | redot-engine-c689823c6009f8c0cc176f968a556e400e95c2da.tar.gz |
Fix subwindow titlebar redraw on oversampling change.
Diffstat (limited to 'scene/main/viewport.h')
-rw-r--r-- | scene/main/viewport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/main/viewport.h b/scene/main/viewport.h index df09755d4f..0d31c07e57 100644 --- a/scene/main/viewport.h +++ b/scene/main/viewport.h @@ -340,6 +340,7 @@ private: Window *window = nullptr; RID canvas_item; Rect2i parent_safe_rect; + bool pending_window_update = false; }; // VRS |