Indentation fix in the toolbar sample

No real changes.
This commit is contained in:
Vadim Zeitlin
2019-02-24 22:12:43 +01:00
parent 1a79610361
commit 62b4974bf0

View File

@@ -350,7 +350,7 @@ void MyFrame::RecreateToolbar()
style |= wxTB_RIGHT;
break;
case TOOLBAR_BOTTOM:
style |= wxTB_BOTTOM;
style |= wxTB_BOTTOM;
break;
}