diff options
author | fvogel <fvogelnew1@free.fr> | 2020-07-13 16:48:27 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2020-07-13 16:48:27 (GMT) |
commit | e3c3dc8cec595c0593949fa1a690e842ae88df76 (patch) | |
tree | 5cd95ac9a88a4f35c5067b2238a9e2b39b4308e4 /macosx/tkMacOSXInt.h | |
parent | 056dad5a85b3eb0404c0a805562fd207c8eb8217 (diff) | |
parent | 3513bf85582d9033914baf40f8e8a1fb42270d93 (diff) | |
download | tk-e3c3dc8cec595c0593949fa1a690e842ae88df76.zip tk-e3c3dc8cec595c0593949fa1a690e842ae88df76.tar.gz tk-e3c3dc8cec595c0593949fa1a690e842ae88df76.tar.bz2 |
Fix [7655f65ae7]: text positioning issues in entry widgets. Patch from Christopher Chavez.
Diffstat (limited to 'macosx/tkMacOSXInt.h')
-rw-r--r-- | macosx/tkMacOSXInt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXInt.h b/macosx/tkMacOSXInt.h index 5d03746..d658204 100644 --- a/macosx/tkMacOSXInt.h +++ b/macosx/tkMacOSXInt.h @@ -180,7 +180,7 @@ MODULE_SCOPE void TkpFreeGCCache(GC gc); #define TK_MACOSX_HANDLE_EVENT_IMMEDIATELY 1024 /* - * Defines for tkTextDisp.c + * Defines for tkTextDisp.c and tkFont.c */ #define TK_LAYOUT_WITH_BASE_CHUNKS 1 |