buttonview fix
This commit is contained in:
@@ -42,8 +42,10 @@ class ButtonView extends LabelView {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private function onMouseClick(event:MouseEvent):Void {
|
private function onMouseClick(event:MouseEvent):Void {
|
||||||
event.stopImmediatePropagation();
|
#if js if (downed) { #end
|
||||||
if (!disabled) dispatcher.dispatch(pressCaller);
|
event.stopImmediatePropagation();
|
||||||
|
if (!disabled) dispatcher.dispatch(pressCaller);
|
||||||
|
#if js } #end
|
||||||
}
|
}
|
||||||
|
|
||||||
private function onMouseOver(event:MouseEvent):Void {
|
private function onMouseOver(event:MouseEvent):Void {
|
||||||
|
|||||||
Reference in New Issue
Block a user