Hello,
Using wxWidgets 2.6.3 on Windows. When initializing a dialog, a series of events are triggered and eventually a call to wxTextCtrl::SetValue() results in an assertion failing in the UpdatesCountFilter constructor. The message is:
...\wxWidgets-3.2.6\src\msw\textctrl.cpp(326): assert "m_count == -1 || m_count == -2" failed in UpdatesCountFilter::UpdatesCountFilter(): wrong initial m_updatesCount value
The string value that's being set in the wxTextCtrl is "." (a single dot/period).
What is the underlying cause of this? How can I avoid this assertion?
The dialog works fine, other than this assert.
Thanks,
Dan