aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/WindowsFormsApplication1/Controls/WindowBorder.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/WindowsFormsApplication1/Controls/WindowBorder.cs b/source/WindowsFormsApplication1/Controls/WindowBorder.cs
index d6484aa..288aff7 100644
--- a/source/WindowsFormsApplication1/Controls/WindowBorder.cs
+++ b/source/WindowsFormsApplication1/Controls/WindowBorder.cs
@@ -223,6 +223,7 @@ namespace ShiftOS
ParentForm.Tag = ParentForm.Location;
WindowComposition.WindowsEverywhere(this.ParentForm);
ParentForm.Text = this.AppName;
+ API.CurrentSession.InvokeWindowOp("brdr_redraw", this.ParentForm);
}
private PanelButton pbtn = null;
@@ -251,6 +252,7 @@ namespace ShiftOS
}
//ShiftOSDesktop.log = //ShiftOSDesktop.log + My.Computer.Clock.LocalTime + " User dragged " + this.Name + " to " + this.Location.ToString + Environment.NewLine;
}
+
}
private bool Resizing = false;