mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-03-16 20:10:15 +01:00
views: mac: Show standard window buttons with frame by default (see issue #3189)
This restores the previous default behavior for framed windows.
This commit is contained in:
parent
f6de0344cb
commit
870da3087f
@ -134,7 +134,7 @@ class CefWindowDelegate : public CefPanelDelegate {
|
||||
///
|
||||
/*--cef()--*/
|
||||
virtual bool WithStandardWindowButtons(CefRefPtr<CefWindow> window) {
|
||||
return false;
|
||||
return !IsFrameless(window);
|
||||
}
|
||||
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user