Fix Window position preview in the editor.

This commit is contained in:
bruvzg 2024-05-29 10:51:55 +03:00
parent 1e6b11dcd4
commit 19839d9553
No known key found for this signature in database
GPG key ID: 7960FCF39844EC38
2 changed files with 35 additions and 2 deletions

View file

@ -214,6 +214,8 @@ private:
int resize_margin = 0;
} theme_cache;
void _settings_changed();
Viewport *embedder = nullptr;
Transform2D window_transform;