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

@@ -33,6 +33,7 @@
#include "wx/univ/inphand.h"
#include "wx/univ/theme.h"
#if wxUSE_SCROLLBAR
// ----------------------------------------------------------------------------
// wxScrollArrowCaptureData: contains the data used while the arrow is being
// pressed by the user
@@ -298,3 +299,4 @@ bool wxScrollArrows::HandleMouse(const wxMouseEvent& event) const
return true;
}
#endif // wxUSE_SCROLLBAR