+ cppcheck fixes
This commit is contained in:
parent
458e0727f5
commit
86bea1ef22
|
@ -910,7 +910,7 @@ void StdCmdSetAppearance::activated(int iMsg)
|
|||
|
||||
bool StdCmdSetAppearance::isActive(void)
|
||||
{
|
||||
return !Gui::Selection().empty();
|
||||
return Gui::Selection().size() != 0;
|
||||
}
|
||||
|
||||
//===========================================================================
|
||||
|
|
Loading…
Reference in New Issue
Block a user