Add wxUSE_SCROLLBAR guards in wxUniversal

This commit is contained in:
Tim Stahlhut
2018-10-21 21:58:57 -04:00
parent 93d71116b7
commit 09aa25ab4a
5 changed files with 10 additions and 2 deletions

View File

@@ -1153,7 +1153,7 @@ bool wxStdScrollBarInputHandler::HandleMouseMove(wxInputConsumer *consumer,
#endif // wxUSE_SCROLLBAR
#if wxUSE_TIMER
#if wxUSE_TIMER && wxUSE_SCROLLBAR
// ----------------------------------------------------------------------------
// wxScrollTimer
@@ -1198,4 +1198,4 @@ void wxScrollTimer::Notify()
}
}
#endif // wxUSE_TIMER
#endif // wxUSE_TIMER && wxUSE_SCROLLBAR