don't clear text% paste-continue status on mouse enter/leave

svn: r11762
This commit is contained in:
Matthew Flatt 2008-09-15 20:13:39 +00:00
parent 1482d7d7c6
commit ddb0efb40d

View File

@ -429,7 +429,9 @@ void wxMediaEdit::OnEvent(wxMouseEvent *event)
if (!admin)
return;
if (!event->Moving())
if (!event->Moving()
&& !event->Entering()
&& !event->Leaving())
EndStreaks(wxSTREAK_EXCEPT_KEY_SEQUENCE | wxSTREAK_EXCEPT_CURSOR | wxSTREAK_EXCEPT_DELAYED);
if (event->ButtonDown() || caretSnip) {