This commit is contained in:
parent
739c51847a
commit
fa3a9fa428
|
@ -118,6 +118,7 @@ public abstract class TabbedDesktop extends AbstractDesktop {
|
||||||
infoPanel.setTitle(null);
|
infoPanel.setTitle(null);
|
||||||
preOpenNewTab();
|
preOpenNewTab();
|
||||||
windowContainer.addWindow(tabPanel, title, true);
|
windowContainer.addWindow(tabPanel, title, true);
|
||||||
|
infoPanel.focus();
|
||||||
} else {
|
} else {
|
||||||
FDialog.error(0, "NotValid");
|
FDialog.error(0, "NotValid");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue