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

@@ -11,6 +11,7 @@
#ifndef _WX_UNIV_SCRARROW_H_
#define _WX_UNIV_SCRARROW_H_
#if wxUSE_SCROLLBAR
// ----------------------------------------------------------------------------
// wxScrollArrows is not a control but just a class containing the common
// functionality of scroll arrows, whether part of scrollbars, spin ctrls or
@@ -107,5 +108,6 @@ public:
// false to stop it
virtual bool OnArrow(wxScrollArrows::Arrow arrow) = 0;
};
#endif // wxUSE_SCROLLBAR
#endif // _WX_UNIV_SCRARROW_H_