Remove some ugly coding styles
This commit is contained in:
parent
e4f9778358
commit
5356f648c2
|
@ -246,7 +246,8 @@ void ToolBar::setToUglyIcons()
|
||||||
void ToolBar::reset(bool create)
|
void ToolBar::reset(bool create)
|
||||||
{
|
{
|
||||||
|
|
||||||
if(create && _hSelf) {
|
if (create && _hSelf)
|
||||||
|
{
|
||||||
//Store current button state information
|
//Store current button state information
|
||||||
TBBUTTON tempBtn;
|
TBBUTTON tempBtn;
|
||||||
for(size_t i = 0; i < _nbCurrentButtons; ++i)
|
for(size_t i = 0; i < _nbCurrentButtons; ++i)
|
||||||
|
|
Loading…
Reference in New Issue