mirror of
https://github.com/electron/electron.git
synced 2026-01-29 01:08:18 -05:00
@@ -147,10 +147,6 @@ void InspectableWebContentsViewViews::SetIsDocked(bool docked) {
|
||||
devtools_window_web_view_,
|
||||
devtools_window_.get());
|
||||
params.bounds = inspectable_web_contents()->GetDevToolsBounds();
|
||||
#if defined(USE_X11)
|
||||
// In X11 the window frame is drawn by the application.
|
||||
params.remove_standard_frame = true;
|
||||
#endif
|
||||
devtools_window_->Init(params);
|
||||
devtools_window_->UpdateWindowIcon();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user