git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31773
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
if ( m_value < m_min || m_value > m_max )
{
// not a number or out of range
if ( m_value < m_min || m_value > m_max )
{
// not a number or out of range
wxNumberEntryDialog dialog(parent, msg, prompt, title,
value, min, max, pos);
if (dialog.ShowModal() == wxID_OK)
wxNumberEntryDialog dialog(parent, msg, prompt, title,
value, min, max, pos);
if (dialog.ShowModal() == wxID_OK)
- return dialog.GetValue();
+ return dialog.GetValue();