Skip to content

Commit

Permalink
Merge pull request #204 from jpd236/clue-list-width
Browse files Browse the repository at this point in the history
Retain clue list panel width across restarts.
  • Loading branch information
mrichards42 authored Sep 28, 2023
2 parents f2c5ebc + 692bb7c commit 319fe9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/MyFrame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1434,6 +1434,8 @@ MyFrame::ManageWindows()
.Hide()
.Caption(_T("Notes"))
.Name(_T("Notes")));

ShowClues();
}


Expand Down

0 comments on commit 319fe9b

Please sign in to comment.