diff options
| author | william341 <[email protected]> | 2016-07-23 19:12:08 -0700 |
|---|---|---|
| committer | william341 <[email protected]> | 2016-07-23 21:10:01 -0700 |
| commit | 0c5b360fcc7f8fd4de0ab91624e630543615d4dd (patch) | |
| tree | 112b33c4e1c71b1270020e0ddd7d1240f5a38dd9 | |
| parent | 57f77040874864e849694ede074ade775afb4640 (diff) | |
| download | shiftos-c--0c5b360fcc7f8fd4de0ab91624e630543615d4dd.tar.gz shiftos-c--0c5b360fcc7f8fd4de0ab91624e630543615d4dd.tar.bz2 shiftos-c--0c5b360fcc7f8fd4de0ab91624e630543615d4dd.zip | |
It's all smooth scrolling from here!
| -rw-r--r-- | source/WindowsFormsApplication1/Controls/WindowBorder.cs | 2 |
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; |
