mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Fix Window position preview in the editor.
This commit is contained in:
parent
1e6b11dcd4
commit
19839d9553
2 changed files with 35 additions and 2 deletions
|
|
@ -214,6 +214,8 @@ private:
|
|||
int resize_margin = 0;
|
||||
} theme_cache;
|
||||
|
||||
void _settings_changed();
|
||||
|
||||
Viewport *embedder = nullptr;
|
||||
|
||||
Transform2D window_transform;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue