On wxMac don't call Refresh from FullPaint as that is the biggest
authorRobin Dunn <robin@alldunn.com>
Sat, 19 Feb 2005 23:45:18 +0000 (23:45 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 19 Feb 2005 23:45:18 +0000 (23:45 +0000)
commit719493e14bd4c9222e64da2006ec496e7c0ba7b1
tree1e6d8eddd4f90f5ee853bbee777397f7baaf8841
parent32478f52adb66a06350bb4c52b882f1e12246eb0
On wxMac don't call Refresh from FullPaint as that is the biggest
cause of the performance problems.  Instead call refresh when the
AutoComp window is displayed or hidden to ensure that borders,
etc. are drawn/erased as needed.

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