Indentation fix in the toolbar sample
No real changes.
This commit is contained in:
@@ -350,7 +350,7 @@ void MyFrame::RecreateToolbar()
|
||||
style |= wxTB_RIGHT;
|
||||
break;
|
||||
case TOOLBAR_BOTTOM:
|
||||
style |= wxTB_BOTTOM;
|
||||
style |= wxTB_BOTTOM;
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user