]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/tbarbase.h
Fixed typo.
[wxWidgets.git] / include / wx / tbarbase.h
index 8eb5f22af431d9643dfc4b7c1cbeaf8ccb2e215d..1a3dee8604d09d2b1b3e7dbb2682e5ac904be535 100644 (file)
@@ -420,7 +420,7 @@ public:
     wxToolBarToolBase *FindById(int toolid) const;
 
     // return true if this is a vertical toolbar, otherwise false
-    bool IsVertical() const { return HasFlag(wxTB_VERTICAL); }
+    bool IsVertical() const { return HasFlag(wxTB_LEFT | wxTB_RIGHT); }
 
 
     // the old versions of the various methods kept for compatibility