scroll output to bottom by default (not yet configurable)

This commit is contained in:
Ryan Fleury
2024-10-07 17:45:57 -07:00
parent 534a727b7c
commit 3720634a62
2 changed files with 20 additions and 2 deletions
+1 -1
View File
@@ -1193,7 +1193,7 @@ internal void
os_window_set_minimized(OS_Handle handle, B32 minimized)
{
OS_W32_Window *window = os_w32_window_from_handle(handle);
if(window != 0)
if(window != 0 && minimized != os_window_is_minimized(handle))
{
switch(minimized)
{