diff options
author | Kevin Walzer <kw@codebykevin.com> | 2014-07-28 02:44:57 (GMT) |
---|---|---|
committer | Kevin Walzer <kw@codebykevin.com> | 2014-07-28 02:44:57 (GMT) |
commit | c5695e766b9c40219e9280af36c65998d30e6eb7 (patch) | |
tree | 641ce1d6fc66d418ec040244ff78297e680f97c8 /macosx/tkMacOSXDraw.c | |
parent | 42ed9ac756fe0fedb878602d401c858c0117ea22 (diff) | |
download | tk-c5695e766b9c40219e9280af36c65998d30e6eb7.zip tk-c5695e766b9c40219e9280af36c65998d30e6eb7.tar.gz tk-c5695e766b9c40219e9280af36c65998d30e6eb7.tar.bz2 |
Fine-tune scrolling, especially of text widgets with embedded windows, after removal of private API calls; performance is now better and within acceptable ranges.
Diffstat (limited to 'macosx/tkMacOSXDraw.c')
-rw-r--r-- | macosx/tkMacOSXDraw.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/macosx/tkMacOSXDraw.c b/macosx/tkMacOSXDraw.c index 9ec4e9a..5512669 100644 --- a/macosx/tkMacOSXDraw.c +++ b/macosx/tkMacOSXDraw.c @@ -1554,10 +1554,6 @@ TkScrollWindow( } } - /* Step 2: Redisplay all subviews */ - for (NSView *subview in [view subviews] ) { - [subview display]; - } } } |