This commit is contained in:
dmitry 2021-11-23 03:18:00 +03:00
parent 23991b6543
commit 98f7a10a51

View File

@ -141,6 +141,7 @@ auto WorkspaceManager::update() -> void {
}
if (creation_delayed()) {
creation_delayed_ = false;
sort_workspaces();
}
AModule::update();
}
@ -283,7 +284,7 @@ auto WorkspaceGroup::handle_done() -> void {
}
if (!workspace_manager_.all_outputs()) {
//sort_workspaces();
sort_workspaces();
} else {
workspace_manager_.sort_workspaces();
}