1 Commits

Author SHA1 Message Date
Raphire
69354d823e Fix: block window resizing beyond min. height/width 2026-04-04 22:34:49 +02:00

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;
}