From 0c5b360fcc7f8fd4de0ab91624e630543615d4dd Mon Sep 17 00:00:00 2001 From: william341 Date: Sat, 23 Jul 2016 19:12:08 -0700 Subject: It's all smooth scrolling from here! --- source/WindowsFormsApplication1/Controls/WindowBorder.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/WindowsFormsApplication1/Controls') 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; -- cgit v1.2.3