Skip to content

Commit 7d0a75c

Browse files
committed
Fixed overlay loss on window minimize/maximize events
1 parent 9f68091 commit 7d0a75c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/widgets/containers/Overlay.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ namespace lsp
235235
lsp_finally { s->set_origin(origin); };
236236

237237
// Draw the child widget
238-
wWidget->render(s, &xr, false);
238+
wWidget->render(s, &xr, force);
239239
wWidget->commit_redraw();
240240

241241
if (force)

0 commit comments

Comments
 (0)