mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-171325 VCS GIT Branches popup collapses
This commit is contained in:
@@ -441,7 +441,7 @@ public class ListPopupImpl extends WizardPopup implements ListPopup {
|
||||
y += swt.getPreferredSize().height - 1;
|
||||
}
|
||||
|
||||
myChild.show(container, point.x + container.getWidth() - STEP_X_PADDING, y, true);
|
||||
myChild.show(container, container.getLocationOnScreen().x + container.getWidth() - STEP_X_PADDING, y, true);
|
||||
setIndexForShowingChild(myList.getSelectedIndex());
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user