summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
13bf44b)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39239
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
_T("invalid gauge position in DoSetGauge()") );
gtk_progress_bar_set_fraction (GTK_PROGRESS_BAR (m_widget),
_T("invalid gauge position in DoSetGauge()") );
gtk_progress_bar_set_fraction (GTK_PROGRESS_BAR (m_widget),
- m_rangeMax ? ((float)m_gaugePos)/m_rangeMax : 0.);
+ m_rangeMax ? ((double)m_gaugePos)/m_rangeMax : 0.0);
}
wxSize wxGauge::DoGetBestSize() const
}
wxSize wxGauge::DoGetBestSize() const