]> git.saurik.com Git - wxWidgets.git/commit
Remove unnecessary Update() in wxStyledTextCtrl scrolling code.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 29 Jul 2012 22:08:24 +0000 (22:08 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 29 Jul 2012 22:08:24 +0000 (22:08 +0000)
commit14941a1af765c1050d699baa6564e97028517c2f
treeef79ec1589db0aab8d8a1f5622128a932fa1c53c
parentc4f49d69cfbd1adbb3460d3a836b671b5126510b
Remove unnecessary Update() in wxStyledTextCtrl scrolling code.

Calling Update() every time ScrollText() dramatically slowed down scrolling
and doesn't seem to be necessary, so remove it.

See #9057.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72254 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/stc/ScintillaWX.cpp