mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-11 23:54:18 +00:00
macOS: Fixed an incorrect selector in JuceNSViewClass
This commit is contained in:
parent
3a908f848a
commit
30f8594ecf
1 changed files with 1 additions and 1 deletions
|
|
@ -1632,7 +1632,7 @@ struct JuceNSViewClass : public ObjCClass<NSView>
|
|||
addMethod (@selector (frameChanged:), frameChanged, "v@:@");
|
||||
addMethod (@selector (windowWillMiniaturize:), windowWillMiniaturize, "v@:@");
|
||||
addMethod (@selector (windowDidDeminiaturize:), windowDidDeminiaturize, "v@:@");
|
||||
addMethod (@selector (wantsDefaultClipping:), wantsDefaultClipping, "c@:");
|
||||
addMethod (@selector (wantsDefaultClipping), wantsDefaultClipping, "c@:");
|
||||
addMethod (@selector (worksWhenModal), worksWhenModal, "c@:");
|
||||
addMethod (@selector (viewDidMoveToWindow), viewDidMoveToWindow, "v@:");
|
||||
addMethod (@selector (keyDown:), keyDown, "v@:@");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue