mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-05 17:44:55 -06:00
.cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@7190 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
81260291d6
commit
fa46507582
10 changed files with 29 additions and 16 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue