IDEA-171325 VCS GIT Branches popup collapses

This commit is contained in:
Vassiliy.Kudryashov
2017-04-24 23:05:47 +03:00
parent 2c0a67d520
commit dbf6d1c410
@@ -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;
}