mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-28 00:04:25 +02:00
[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…
x
Reference in New Issue
Block a user