summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXDraw.c
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2014-07-28 02:43:41 (GMT)
committerKevin Walzer <kw@codebykevin.com>2014-07-28 02:43:41 (GMT)
commitb2263f97e0a12c9653911aa89f63766e54e9cfdb (patch)
tree445624d698481ea29f4ecd73cc8bd7cb4ab70fd3 /macosx/tkMacOSXDraw.c
parente1fbe52f5a1a69abcc525f23d6dbb058db3e4d0f (diff)
downloadtk-b2263f97e0a12c9653911aa89f63766e54e9cfdb.zip
tk-b2263f97e0a12c9653911aa89f63766e54e9cfdb.tar.gz
tk-b2263f97e0a12c9653911aa89f63766e54e9cfdb.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.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/macosx/tkMacOSXDraw.c b/macosx/tkMacOSXDraw.c
index 5065fa2..6eef09d 100644
--- a/macosx/tkMacOSXDraw.c
+++ b/macosx/tkMacOSXDraw.c
@@ -1556,10 +1556,6 @@ TkScrollWindow(
}
}
- /* Step 2: Redisplay all subviews */
- for (NSView *subview in [view subviews] ) {
- [subview display];
- }
}
}