Add wxUSE_SCROLLBAR guards in wxUniversal
This commit is contained in:
@@ -59,6 +59,7 @@
|
||||
// implementation
|
||||
// ============================================================================
|
||||
|
||||
#if wxUSE_SCROLLBAR
|
||||
// ----------------------------------------------------------------------------
|
||||
// scrollbars class
|
||||
// ----------------------------------------------------------------------------
|
||||
@@ -80,6 +81,7 @@ public:
|
||||
|
||||
virtual bool CanBeOutsideClientArea() const { return true; }
|
||||
};
|
||||
#endif // wxUSE_SCROLLBAR
|
||||
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user