mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Do not resize popup, because of an issue on Windows 8.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user