fix: disabling and enabling resizability on macOS (#30999)
This commit is contained in:
parent
8d8fcd88f5
commit
6fdf350bea
3 changed files with 21 additions and 4 deletions
|
@ -191,6 +191,7 @@ class NativeWindowMac : public NativeWindow,
|
|||
protected:
|
||||
// views::WidgetDelegate:
|
||||
views::View* GetContentsView() override;
|
||||
bool CanMaximize() const override;
|
||||
|
||||
// ui::NativeThemeObserver:
|
||||
void OnNativeThemeUpdated(ui::NativeTheme* observed_theme) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue