mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-26 15:24:35 +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)
|
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…
x
Reference in New Issue
Block a user