ribbon show fix

message halted changed
This commit is contained in:
Jindra Petřík
2015-11-17 22:45:22 +01:00
parent c6b6e35f07
commit 78c5c6b55f
3 changed files with 12 additions and 2 deletions
@@ -608,6 +608,16 @@ public class MainFrameRibbonMenu extends MainFrameMenu {
Object o = menuItems.get(path);
if (o instanceof RibbonTask) {
if (menuOptional.get(path)) {
View.execInEventDispatch(new Runnable() {
@Override
public void run() {
if (!ribbon.isVisible(optinalGroups.get(path))) {
ribbon.setVisible(optinalGroups.get(path), true);
}
ribbon.setSelectedTask((RibbonTask) o);
}
});
return;
}
final RibbonTask rt = (RibbonTask) o;
@@ -675,7 +675,7 @@ work.running = Running
work.debugging = Debugging
work.debugging.instrumenting = Preparing SWF for debugging
work.breakat = Breat at\u0020
work.halted = Run halted. Press Continue (F5) to run again
work.halted = Debugging started, execution halted. Add breakpoints and click Continue (F5) to resume running.
debuglog.header = Log
debuglog.button.clear = Clear
@@ -675,4 +675,4 @@ work.running = B\u011bh
work.debugging = Lad\u011bn\u00ed
work.debugging.instrumenting = P\u0159\u00edprava SWF pro lad\u011bn\u00ed
work.breakat = Pozastaveno na \u0020
work.halted = B\u011bh pozastaven. Pro dal\u0161\u00ed b\u011bh stiskn\u011bte Pokra\u010dov\u00e1n\u00ed (F5)
work.halted = Lad\u011bn\u00ed za\u010dalo, b\u011bh je nyn\u00ed pozastaven. P\u0159idejte breakpointy a klikn\u011bte na Pokra\u010dovat (F5) pro obnoven\u00ed b\u011bhu.