mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
use tab name when specified in popup
This commit is contained in:
+1
-1
@@ -425,7 +425,7 @@ public class ToolWindowContentUi extends JPanel implements ContentUI, PropertyCh
|
||||
@NotNull
|
||||
@Override
|
||||
public String getTextFor(Content value) {
|
||||
final String displayName = value.getDisplayName();
|
||||
final String displayName = value.getTabName();
|
||||
return displayName != null ? displayName : "";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user