File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -342,6 +342,8 @@ export class ControllerImpl implements Controller {
342
342
343
343
public onWindowGeometryChanged ( window : EngineWindow ) : void {
344
344
this . log . log ( [ "onWindowGeometryChanged" , { window } ] ) ;
345
+
346
+ this . engine . arrange ( ) ;
345
347
}
346
348
347
349
public onWindowScreenChanged ( _window : EngineWindow ) : void {
Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ export class DriverWindowImpl implements DriverWindow {
111
111
const windowRole = String ( this . client . windowRole ) ;
112
112
return (
113
113
this . client . specialWindow ||
114
+ this . client . dialog ||
114
115
resourceClass === "plasmashell" ||
115
116
resourceClass === "ksmserver" ||
116
117
resourceClass === "org.kde.plasmashell" ||
You can’t perform that action at this time.
0 commit comments