mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-25 23:05:13 +02:00
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)
|
||||
{
|
||||
|
||||
if(create && _hSelf) {
|
||||
if (create && _hSelf)
|
||||
{
|
||||
//Store current button state information
|
||||
TBBUTTON tempBtn;
|
||||
for(size_t i = 0; i < _nbCurrentButtons; ++i)
|
||||
|
Loading…
x
Reference in New Issue
Block a user