don't clear text% paste-continue status on mouse enter/leave
svn: r11762
This commit is contained in:
parent
1482d7d7c6
commit
ddb0efb40d
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user