Do not resize popup, because of an issue on Windows 8.

This commit is contained in:
Sergey Malenkov
2014-08-08 19:24:44 +04:00
parent 83f1dbd4dd
commit 96329a9dcd
@@ -780,11 +780,6 @@ public class AbstractPopup implements JBPopup {
if (myMovable) {
ScreenUtil.moveRectangleToFitTheScreen(targetBounds);
}
else {
Rectangle screen = ScreenUtil.getScreenRectangle(targetBounds.x, targetBounds.y);
targetBounds.width = screen.width;
targetBounds.height = screen.height;
}
}
if (myMouseOutCanceller != null) {