Fix: block window resizing beyond min. height/width

This commit is contained in:
Raphire
2026-04-04 22:34:49 +02:00
parent c0d00e640d
commit 69354d823e

View File

@@ -25,7 +25,6 @@ function Show-MainWindow {
mmi.ptMaxSize.x = wa.Width;
mmi.ptMaxSize.y = wa.Height;
System.Runtime.InteropServices.Marshal.StructureToPtr(mmi, lParam, true);
handled = true;
}
return System.IntPtr.Zero;
}