Add Documentation and Clean Code
This commit is contained in:
4
MathKit/MPExpressionView.m
Normal file → Executable file
4
MathKit/MPExpressionView.m
Normal file → Executable file
@@ -713,7 +713,9 @@
|
||||
if (self.functionsPopover.isShown) {
|
||||
[self.functionsPopover close];
|
||||
} else {
|
||||
[self.functionsPopover showRelativeToRect:[sender bounds] ofView:sender preferredEdge:NSMaxYEdge];
|
||||
[self.functionsPopover showRelativeToRect:[sender bounds]
|
||||
ofView:self.functionsButton
|
||||
preferredEdge:NSMaxYEdge];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user