Update 20260717

This commit is contained in:
Stefan Hutter
2026-07-17 14:43:33 +02:00
parent 58cd45116c
commit ebc8101626
1004 changed files with 1174234 additions and 84840 deletions
+6 -1
View File
@@ -549,11 +549,16 @@ namespace OnDoc
{
this.SuspendLayout();
//this.BeginUpdate();
// this.WindowState = FormWindowState.Minimized;
// this.WindowState = FormWindowState.Minimized;
//this.Focus();
//this.dokList1.Focus();
//this.Activate();
this.WindowState = FormWindowState.Normal;
Screen screen = Screen.FromControl(this);
if (this.Width > screen.WorkingArea.Width || this.Height > screen.WorkingArea.Height)
{
this.WindowState = FormWindowState.Maximized;
}
//this.EndUpdate();
this.ResumeLayout();
}