window: Compute frame boundary for all windows except fullscreen
We were only computing it for toplevel type windows, which broke the unlock dialog size allocation and repainting.
This commit is contained in:
+1
-1
@@ -1161,7 +1161,7 @@ frame_resize_handler(struct widget *widget,
|
||||
int decoration_width, decoration_height;
|
||||
int opaque_margin;
|
||||
|
||||
if (widget->window->type == TYPE_TOPLEVEL) {
|
||||
if (widget->window->type != TYPE_FULLSCREEN) {
|
||||
decoration_width = 20 + frame->margin * 2;
|
||||
decoration_height = 60 + frame->margin * 2;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user