summaryrefslogtreecommitdiff
path: root/shiftos_next/file skimmer.vb
diff options
context:
space:
mode:
Diffstat (limited to 'shiftos_next/file skimmer.vb')
-rw-r--r--shiftos_next/file skimmer.vb12
1 files changed, 1 insertions, 11 deletions
diff --git a/shiftos_next/file skimmer.vb b/shiftos_next/file skimmer.vb
index 3ca3602..4b2d9b1 100644
--- a/shiftos_next/file skimmer.vb
+++ b/shiftos_next/file skimmer.vb
@@ -123,17 +123,7 @@
Else
pnlsave.Visible = False
End If
- If boughtbasicwm = True Then
- pnltop.Show()
- Me.WindowState = FormWindowState.Normal
- Me.Left = (Screen.PrimaryScreen.Bounds.Width - Me.Width) / 2
- Me.Top = (Screen.PrimaryScreen.Bounds.Height - Me.Height) / 2
- Me.TopMost = True
- Else
- pnltop.Hide()
- Me.WindowState = FormWindowState.Maximized
- Me.TopMost = False
- End If
+ pnltop.DetermineMyVisibility()
End Sub
Private Sub ExitSessionToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles ExitSessionToolStripMenuItem.Click