I create NSToolbar
and added NSView
on the NSToolbar
.
NSView
Included NSImageView
.
When clicked NSImageView
or NSView
in NSToolbar
, I can't moved application.
How can I move application when I clicked NSView
(or NSImageView
) on the NSToolbar
.