mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Windows: Fix hidden dropdowns when the window is topmost (issue #1468)
Also add a --always-on-top flag to cefclient to allow easier testing of this behavior on Windows and Linux.
This commit is contained in:
committed by
Marshall Greenblatt
parent
fbc59483b9
commit
5969b2bbb8
@@ -112,6 +112,7 @@ class ViewsWindow : public CefBrowserViewDelegate,
|
||||
void SetTitle(const std::string& title);
|
||||
void SetFavicon(CefRefPtr<CefImage> image);
|
||||
void SetFullscreen(bool fullscreen);
|
||||
void SetAlwaysOnTop(bool on_top);
|
||||
void SetLoadingState(bool isLoading, bool canGoBack, bool canGoForward);
|
||||
void SetDraggableRegions(const std::vector<CefDraggableRegion>& regions);
|
||||
void TakeFocus(bool next);
|
||||
|
Reference in New Issue
Block a user