Don't skip after writing tab or we could get another one in some circumstances
(when top parent is frame) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35641 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1776,6 +1776,7 @@ void wxTextCtrl::OnChar(wxKeyEvent& event)
|
||||
// Insert tab since calling the default Windows handler
|
||||
// doesn't seem to do it
|
||||
WriteText(wxT("\t"));
|
||||
return;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user