mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2025-12-06 09:29:38 +01:00
JBR-9239 Wayland: IDE partially hangs on any modal dialog
This commit is contained in:
@@ -44,11 +44,6 @@ public class WLDialogPeer extends WLDecoratedPeer implements DialogPeer {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void wlSetVisible(boolean v) {
|
||||
// TODO: unimplemented for generic dialogs atm
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isResizable() {
|
||||
return ((Dialog)target).isResizable();
|
||||
|
||||
Reference in New Issue
Block a user