Add support for digits and +/- sign to wxUIActionSimulator::Text().
Support the characters needed for number entry in wxUIActionSimulator::Text() too. Closes #13671. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69762 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -184,6 +184,9 @@ void MyFrame::OnRunSimulation(wxCommandEvent& WXUNUSED(event))
|
||||
sim.Char(WXK_RETURN);
|
||||
sim.Text("aAbBcC");
|
||||
sim.Char(WXK_RETURN);
|
||||
sim.Text("1 234.57e-8");
|
||||
sim.Char(WXK_RETURN);
|
||||
|
||||
}
|
||||
|
||||
void MyFrame::OnButtonPressed(wxCommandEvent& WXUNUSED(event))
|
||||
|
Reference in New Issue
Block a user