File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ Public Class Compact
309309 Private Sub Form1_Load(sender As Object , e As EventArgs) Handles MyBase .Load
310310
311311 loadFromSettings()
312-
312+
313313 If dirChooser.Text = "❯ Select Target Folder" Then
314314 panel_topBar.Height = Me .Height - 1
315315 panel_topBar.Anchor += AnchorStyles.Bottom
@@ -1279,6 +1279,7 @@ Public Class Compact
12791279
12801280
12811281 Private Sub seecompest_MouseHover(sender As Object , e As EventArgs) Handles seecompest.MouseHover
1282+ topbar_title.Select()
12821283 WikiHandler.showWikiRes()
12831284 isAlreadyFading = 0
12841285
Original file line number Diff line number Diff 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.38 " )>
36- < Assembly : AssemblyFileVersion( "2.0.0.38 " )>
35+ < Assembly : AssemblyVersion( "2.0.0.39 " )>
36+ < Assembly : AssemblyFileVersion( "2.0.0.39 " )>
3737< Assembly : NeutralResourcesLanguage( "en" )>
You can’t perform that action at this time.
0 commit comments