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