'!= false' is redundant, and confusing - kill it.
Change-Id: I1a52b9ce7b590e8cf274a2daaa1c55cfc1efe48b
This commit is contained in:
@@ -93,7 +93,7 @@ namespace
|
||||
const cppcanvas::CanvasSharedPtr& rCanvas )
|
||||
{
|
||||
// set rIsColorSet and check for true at the same time
|
||||
if( (rIsColorSet=pAct->IsSetting()) != false )
|
||||
if (rIsColorSet = pAct->IsSetting())
|
||||
{
|
||||
::Color aColor( pAct->GetColor() );
|
||||
|
||||
|
Reference in New Issue
Block a user