Fix view centering

This commit is contained in:
Krzosa Karol
2025-12-31 10:34:11 +01:00
parent f8f9e33032
commit 0921054b6e
4 changed files with 16 additions and 6 deletions

View File

@@ -149,7 +149,6 @@ void Command_CommandWindowOpen() {
BSet main = GetBSet(LastActiveLayoutWindowID);
NextActiveWindowID = main.window->id;
OpenCommand(active);
SelectRange(main.view, Range{});
}
void CommandWindowLayout(Rect2I *rect, Int wx, Int wy) {