build fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48668 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
00dc977232
commit
301f696372
@ -151,7 +151,8 @@ int wxSpinCtrl::GetValue() const
|
||||
|
||||
GtkDisableEvents();
|
||||
gtk_spin_button_update( GTK_SPIN_BUTTON(m_widget) );
|
||||
m_pos = int(gtk_spin_button_get_value(GTK_SPIN_BUTTON(m_widget)));
|
||||
wx_const_cast(wxSpinCtrl*, this)->m_pos =
|
||||
int(gtk_spin_button_get_value(GTK_SPIN_BUTTON(m_widget)));
|
||||
GtkEnableEvents();
|
||||
|
||||
return m_pos;
|
||||
|
Loading…
Reference in New Issue
Block a user