[CLEAN] Remove un-needed _themeName check that caused bug in Theme Selector list updater.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@468 f5eea248-9336-0410-98b8-ebc06183d4e3
This commit is contained in:
parent
aed6bdf267
commit
342fa5b95a
@ -593,8 +593,6 @@ void WordStyleDlg::switchToTheme()
|
||||
_themeName.clear();
|
||||
_themeName.assign( (TCHAR *)::SendMessage(_hSwitch2ThemeCombo, CB_GETITEMDATA, iSel, 0) );
|
||||
|
||||
//if (!_themeName.compare(prevThemeName) ) return;
|
||||
|
||||
if ( _isThemeDirty ) {
|
||||
TCHAR themeFileName[MAX_PATH];
|
||||
lstrcpy(themeFileName, prevThemeName.c_str());
|
||||
|
Loading…
Reference in New Issue
Block a user