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

@@ -59,6 +59,7 @@
// implementation
// ============================================================================
#if wxUSE_SCROLLBAR
// ----------------------------------------------------------------------------
// scrollbars class
// ----------------------------------------------------------------------------
@@ -80,6 +81,7 @@ public:
virtual bool CanBeOutsideClientArea() const { return true; }
};
#endif // wxUSE_SCROLLBAR
// ----------------------------------------------------------------------------