mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Project Structure: get rid of needless tooltips
This commit is contained in:
@@ -60,7 +60,7 @@ public class SidePanel extends JPanel {
|
||||
|
||||
@Override
|
||||
public String getTooltipFor(final SidePanelItem value) {
|
||||
return value.myText;
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user