]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/statusbr.cpp
Modified it to adjust to different icons sizes. Please check.
[wxWidgets.git] / src / generic / statusbr.cpp
index 01321e734a859311617644f02ac75f4e88e4de97..683752e0b15970d289ffba2bf8053dae81ce68cf 100644 (file)
@@ -84,7 +84,7 @@ bool wxStatusBar::Create(wxWindow *parent, wxWindowID id,
   m_borderX = wxTHICK_LINE_BORDER;
   m_borderY = wxTHICK_LINE_BORDER;
 
-  bool success = wxWindow::Create(parent, id, pos, size, style, name);
+  bool success = wxWindow::Create(parent, id, pos, size, style | wxTAB_TRAVERSAL, name);
 
   // Don't wish this to be found as a child
   parent->GetChildren().DeleteObject(this);