Skip to content

Commit

Permalink
[BUG_FIXED] (Author: Christian Cuvier) Fix the changing theme setting…
Browse files Browse the repository at this point in the history
…s makes switch back to the default theme bug.

- Notepad-plus svn trunk @ 719
  • Loading branch information
donho committed Nov 25, 2010
1 parent 062d713 commit a2a661b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PowerEditor/src/WinControls/ColourPicker/WordStyleDlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ BOOL CALLBACK WordStyleDlg::run_dlgProc(UINT Message, WPARAM wParam, LPARAM lPar
if (! themeInfo.second.compare( nppParamInst->getNppGUI()._themeName ) )
{
_currentThemeIndex = j;
_themeName.assign(themeInfo.second);
}
if (! themeInfo.first.compare(TEXT("Default")) )
{
Expand Down

0 comments on commit a2a661b

Please sign in to comment.