mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
In our widget delegate, signal our Observer
This commit is contained in:
@@ -855,7 +855,10 @@ bool NativeWindowViews::ExecuteWindowsCommand(int command_id) {
|
||||
is_minimized_ = false;
|
||||
} else if ((command_id & sc_mask) == SC_MAXIMIZE) {
|
||||
NotifyWindowMaximize();
|
||||
} else {
|
||||
NotifyExecuteWindowsCommand(command_id & sc_mask);
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user