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