diff options
author | culler <culler> | 2024-06-10 15:37:44 (GMT) |
---|---|---|
committer | culler <culler> | 2024-06-10 15:37:44 (GMT) |
commit | 338762b617f55c9699753c8f38f582bf70b23dee (patch) | |
tree | 8d05b190e6d88eb530660fc96c5c59d3ffa2597e /macosx/tkMacOSXTest.c | |
parent | 06a4ba5407ebd451d8ab5d56bb06fad34f24766f (diff) | |
parent | 3f0a126393198d3f6e0dff58e479ee9cab5b213d (diff) | |
download | tk-338762b617f55c9699753c8f38f582bf70b23dee.zip tk-338762b617f55c9699753c8f38f582bf70b23dee.tar.gz tk-338762b617f55c9699753c8f38f582bf70b23dee.tar.bz2 |
New branch: merges the crossing events fix (sans processevents) with cgimage drawing
Diffstat (limited to 'macosx/tkMacOSXTest.c')
-rw-r--r-- | macosx/tkMacOSXTest.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/tkMacOSXTest.c b/macosx/tkMacOSXTest.c index f6a1f0c..19feb8d 100644 --- a/macosx/tkMacOSXTest.c +++ b/macosx/tkMacOSXTest.c @@ -140,6 +140,8 @@ MenuBarHeightObjCmd( * Returns true if and only if the NSView of the drawable is the * current focusView, which on 10.14 and newer systems can only be the * case when within [NSView drawRect]. + * NOTE: This is no longer needed when we use updateLayer instead + * of drawRect. Now it always returns True. * * Side effects: * None |