|
|
@ -36,7 +36,7 @@ public abstract class ButtonGroupAction extends ElementCaseAction{ |
|
|
|
break; |
|
|
|
break; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
if(value == -1 && createToolBarComponent().hasClick()) { |
|
|
|
if(createToolBarComponent().hasClick()) { |
|
|
|
index = getSelectedIndex(); |
|
|
|
index = getSelectedIndex(); |
|
|
|
createToolBarComponent().setClickState(false); |
|
|
|
createToolBarComponent().setClickState(false); |
|
|
|
} |
|
|
|
} |
|
|
|