summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXMenu.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-04 21:37:30 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-04 21:37:30 (GMT)
commit19b8ee093c95c70bf0d8382bedf22aea3a1325aa (patch)
tree3c7103bea371066b8f4071b4ac2ab1d4cb3cfcd4 /macosx/tkMacOSXMenu.c
parent9a19a798482dfcedc151151cbebca1e676437798 (diff)
parentf5312f21552eeb863f2d46fec33b0e4d4fc2173d (diff)
downloadtk-19b8ee093c95c70bf0d8382bedf22aea3a1325aa.zip
tk-19b8ee093c95c70bf0d8382bedf22aea3a1325aa.tar.gz
tk-19b8ee093c95c70bf0d8382bedf22aea3a1325aa.tar.bz2
Merge 8.6
Diffstat (limited to 'macosx/tkMacOSXMenu.c')
-rw-r--r--macosx/tkMacOSXMenu.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/macosx/tkMacOSXMenu.c b/macosx/tkMacOSXMenu.c
index f97d8e3..f63ef2e 100644
--- a/macosx/tkMacOSXMenu.c
+++ b/macosx/tkMacOSXMenu.c
@@ -728,7 +728,7 @@ TkpConfigureMenuEntry(
* The -background and -foreground options are now ignored in Aqua.
* See ticket [635167af14].
*/
-
+
NSDictionary fontAttributes = TkMacOSXNSFontAttributesForFont(
Tk_GetFontFromObj(mePtr->menuPtr->tkwin, fontPtr));
NSMutableDictionary *attributes = [fontAttributes mutableCopy];
@@ -755,10 +755,10 @@ TkpConfigureMenuEntry(
}
#else
-
+
NSDictionary *attributes = TkMacOSXNSFontAttributesForFont(
Tk_GetFontFromObj(mePtr->menuPtr->tkwin, fontPtr));
-
+
#endif
attributedTitle = [[NSAttributedString alloc] initWithString:title