mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-85148 'Commit' dialog merged button tooltip is hard to invoke
This commit is contained in:
@@ -135,7 +135,7 @@ public class JBOptionButton extends JButton implements MouseMotionListener {
|
||||
|
||||
@Override
|
||||
public String getToolTipText(MouseEvent event) {
|
||||
if (myMoreRec.contains(event.getPoint())) {
|
||||
if (myMoreRec.x < event.getX()) {
|
||||
return myOptionTooltipText;
|
||||
} else {
|
||||
return super.getToolTipText(event);
|
||||
|
||||
Reference in New Issue
Block a user