wanggw2022
Results
1
comments of
wanggw2022
Modify the file webview_ window.cc // Create the title bar view. /* std::vector args = {"web_view_title_bar", std::to_string(window_id_)}; flutter_action_bar_ = std::make_unique(std::move(args)); auto title_bar_handle = flutter_action_bar_->GetWindow(); SetParent(title_bar_handle, hwnd_.get()); MoveWindow(title_bar_handle, 0, 0, rc.right...