mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 02:40:00 +01:00
UI WorkspaceWindows follow window resize
Fixed bug in restore window position.
This commit is contained in:
@@ -215,6 +215,7 @@ public:
|
||||
static void toggleClearRestoreWorkspace();
|
||||
static void clearWorkspace();
|
||||
static void restoreWorkspace(bool instantaneous = false);
|
||||
static void notifyWorkspaceSizeChanged(int prev_width, int prev_height, int curr_width, int curr_height);
|
||||
|
||||
// for inherited classes
|
||||
virtual void Update();
|
||||
|
||||
Reference in New Issue
Block a user