Add mapping for performZoom
This commit is contained in:
parent
eae5cc9d2c
commit
2bfc7aa152
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ Role kRolesMap[] = {
|
|||
{ @selector(selectAll:), "selectall" },
|
||||
{ @selector(performMiniaturize:), "minimize" },
|
||||
{ @selector(performClose:), "close" },
|
||||
{ @selector(performZoom:), "zoom" },
|
||||
};
|
||||
|
||||
} // namespace
|
||||
|
|
Loading…
Reference in a new issue