diff options
| author | AShifter <[email protected]> | 2017-11-22 10:07:50 -0700 |
|---|---|---|
| committer | AShifter <[email protected]> | 2017-11-22 10:07:50 -0700 |
| commit | c84709a48624714a16a5a0b4f3bbb38842d1b978 (patch) | |
| tree | bcf8074be1c260c3bde18652917cc0842ebd3683 /ShiftOS.Main/ShiftOS/Desktop.cs | |
| parent | 277d5c79e703a287ff11b990822b66e180cd1253 (diff) | |
| download | shiftos-rewind-c84709a48624714a16a5a0b4f3bbb38842d1b978.tar.gz shiftos-rewind-c84709a48624714a16a5a0b4f3bbb38842d1b978.tar.bz2 shiftos-rewind-c84709a48624714a16a5a0b4f3bbb38842d1b978.zip | |
A proper stacking WM
Windows don't fall behind the desktop - I'm happy.
Diffstat (limited to 'ShiftOS.Main/ShiftOS/Desktop.cs')
| -rw-r--r-- | ShiftOS.Main/ShiftOS/Desktop.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.Main/ShiftOS/Desktop.cs b/ShiftOS.Main/ShiftOS/Desktop.cs index c61dea9..1bb47c6 100644 --- a/ShiftOS.Main/ShiftOS/Desktop.cs +++ b/ShiftOS.Main/ShiftOS/Desktop.cs @@ -18,7 +18,7 @@ namespace ShiftOS.Main.ShiftOS Closed += (sender, args) => { Application.Exit(); }; } - + private void shifterToolStripMenuItem_Click(object sender, EventArgs e) { Apps.ShifterStuff.Shifter app = new Apps.ShifterStuff.Shifter(); |
