.cosmetics

git-svn-id: svn://ultimatepp.org/upp/trunk@7190 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2014-04-08 17:27:23 +00:00
parent 81260291d6
commit fa46507582
10 changed files with 29 additions and 16 deletions

View file

@ -511,11 +511,12 @@ void MultiButton::LeftUp(Point p, dword flags)
push = false;
Refresh();
Sync();
if(!IsNull(hl))
if(!IsNull(hl)) {
if(hl >= 0)
button[hl].WhenClick();
else
WhenClick();
}
}
void MultiButton::MouseLeave()