KLCPopup icon indicating copy to clipboard operation
KLCPopup copied to clipboard

crash on KLCPopup.m when_contentView is nil

Open michalshatz opened this issue 9 years ago • 0 comments

Need to modify line 623 like this:

NSDictionary* views; if (contentView) { views = NSDictionaryOfVariableBindings(contentView); }

michalshatz avatar Apr 30 '15 07:04 michalshatz