Skip to content

Commit 4d1d073

Browse files
committed
Temporary fix for sidebar not showing sometimes.
1 parent 496e547 commit 4d1d073

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

WindowsApp1/Compact.vb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Imports System.Management
77

88

99
Public Class Compact
10-
Dim version = "2.0.0β1"
10+
Dim version = "2.0.0β2"
1111
Private WithEvents MyProcess As Process
1212
Private Delegate Sub AppendOutputTextDelegate(ByVal text As String)
1313

@@ -619,6 +619,7 @@ Public Class Compact
619619
conOut.Items.Clear()
620620
CreateProcess("query")
621621
buttonCompress.Visible = False
622+
sb_Panel.Show() 'Temporary Fix - go back and work out why #124 doesn't work with WikiParser()
622623
sb_AnalysisPanel.Visible = True
623624
End Sub
624625

WindowsApp1/My Project/AssemblyInfo.vb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ Imports System.Runtime.InteropServices
3232
' by using the '*' as shown below:
3333
' <Assembly: AssemblyVersion("1.0.*")>
3434

35-
<Assembly: AssemblyVersion("2.0.0.10")>
36-
<Assembly: AssemblyFileVersion("2.0.0.10")>
35+
<Assembly: AssemblyVersion("2.0.0.20")>
36+
<Assembly: AssemblyFileVersion("2.0.0.20")>
3737
<Assembly: NeutralResourcesLanguage("en")>

0 commit comments

Comments
 (0)