Navigation Menu

Skip to content

Commit

Permalink
Fixed bug re 'tree view' not being remembered
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgammon committed Sep 16, 2013
1 parent def1a4f commit 4349853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dialogs/world_prefs/configuration.cpp
Expand Up @@ -585,7 +585,7 @@ void CMUSHclientDoc:: LoadPrefsP16 (CPrefsP16 &page16)
page16.CompareObjects,
&m_TimersFindInfo,
XML_TIMERS,
m_bTreeviewAliases); // tree control
m_bTreeviewTimers); // tree control


page16.m_iColumnCount = CPrefsP16::eColumnCount;
Expand Down

0 comments on commit 4349853

Please sign in to comment.