]> git.saurik.com Git - wxWidgets.git/commit
Use Refresh when the initial paint was abandoned by Scintilla so it will trigger...
authorRobin Dunn <robin@alldunn.com>
Sun, 30 Sep 2012 02:33:56 +0000 (02:33 +0000)
committerRobin Dunn <robin@alldunn.com>
Sun, 30 Sep 2012 02:33:56 +0000 (02:33 +0000)
commit337c5edd4340d01b47a44dc46148c1c82938d626
tree8d8e14483a3bb7576c57511813756282cc7a6b19
parent241708ca470d899db7ac0f8ef80114d1e3d2ceb6
Use Refresh when the initial paint was abandoned by Scintilla so it will trigger a repaint of the whole window.  This is done for things like style changes, word wrapping or brace highlights where more than the current line is affected.  Fixes #14653.

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