CtrlCore: TopWindow::Icon unoptimal issue fixed

git-svn-id: svn://ultimatepp.org/upp/trunk@12858 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2019-03-21 08:14:29 +00:00
parent fe245795b6
commit d560c09ea5

View file

@ -419,7 +419,6 @@ TopWindow& TopWindow::Icon(const Image& smallicon, const Image& _largeicon)
largeicon = _largeicon;
SyncCaption();
}
SyncCaption();
return *this;
}