Skip to content

Commit

Permalink
Fix browser panel resize behaviour on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
PatTheMav committed Nov 27, 2021
1 parent d20e95c commit 4855804
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions panel/browser-panel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,9 @@ void QCefWidgetInternal::Resize()
changes.height = size.height();
XConfigureWindow(xDisplay, (Window)handle,
CWX | CWY | CWHeight | CWWidth, &changes);
#if CHROME_VERSION_BUILD >= 4638
XSync(xDisplay, false);
#endif
#endif
});

Expand Down

0 comments on commit 4855804

Please sign in to comment.