mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-80493 Debug tool window: generic UI: Restore Layout set "Debugger" name to logs view
This commit is contained in:
@@ -164,11 +164,7 @@ public class RunnerLayout {
|
||||
|
||||
public void resetToDefault() {
|
||||
myViews.clear();
|
||||
|
||||
for (TabImpl each : myTabs) {
|
||||
final TabImpl.Default defaultTab = getOrCreateDefaultTab(each.getDefaultIndex());
|
||||
each.copyFrom(defaultTab);
|
||||
}
|
||||
myTabs.clear();
|
||||
}
|
||||
|
||||
public boolean isToolbarHorizontal() {
|
||||
|
||||
Reference in New Issue
Block a user