universal build fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39225 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -4135,7 +4135,7 @@ static inline bool IsScrollIncrement(double increment, double x)
|
|||||||
return fabs(increment - fabs(x)) < tolerance;
|
return fabs(increment - fabs(x)) < tolerance;
|
||||||
}
|
}
|
||||||
|
|
||||||
wxEventType wxWindow::GetScrollEventType(GtkRange* range)
|
wxEventType wxWindowGTK::GetScrollEventType(GtkRange* range)
|
||||||
{
|
{
|
||||||
DEBUG_MAIN_THREAD
|
DEBUG_MAIN_THREAD
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user