From 2c141a525566dbbd4976ecb24b1afead64bb2bdb Mon Sep 17 00:00:00 2001 From: bedalton Date: Fri, 4 Jan 2019 17:24:14 -0800 Subject: [PATCH] Revert "Fixed: CPMenuBarWindow did not return a value when expected" This reverts commit 4f69a32700307f3709e68bdc21d4afd30c510d09. --- AppKit/CPMenu/_CPMenuBarWindow.j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppKit/CPMenu/_CPMenuBarWindow.j b/AppKit/CPMenu/_CPMenuBarWindow.j index 876aae593..693cafaea 100644 --- a/AppKit/CPMenu/_CPMenuBarWindow.j +++ b/AppKit/CPMenu/_CPMenuBarWindow.j @@ -350,7 +350,7 @@ - (CPFont)font { - return [CPFont systemFontOfSize:[CPFont systemFontSize]]; + [CPFont systemFontOfSize:[CPFont systemFontSize]]; } - (void)tile