Skip to content

Commit

Permalink
Fix panel build error on Windows and Linux
Browse files Browse the repository at this point in the history
Oops.
  • Loading branch information
WizardCM committed Jan 26, 2021
1 parent 0a45737 commit 200f34d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel/browser-panel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ void QCefWidgetInternal::Init()
#ifdef __APPLE__
windowInfo.SetAsChild((CefWindowHandle)handle, 0, 0,
size.width(), size.height());
#elif
#else
windowInfo.SetAsChild((CefWindowHandle)handle, rc);
#endif

Expand Down

0 comments on commit 200f34d

Please sign in to comment.