Use wxFALLTHROUGH
This commit is contained in:
@@ -872,6 +872,7 @@ void wxRichTextCtrl::OnMoveMouse(wxMouseEvent& event)
|
||||
|
||||
case wxDragError:
|
||||
wxLogError(wxT("An error occurred during drag and drop operation"));
|
||||
wxFALLTHROUGH;
|
||||
case wxDragNone:
|
||||
case wxDragCancel:
|
||||
Refresh(); // This is needed in wxMSW, otherwise resetting the position doesn't 'take'
|
||||
|
||||
Reference in New Issue
Block a user