/src/plugins/contrib/NassiShneiderman/GraphBricks.cpp line 409
if ( !m_visible ) return 0;
Just a duplicated line of code. The attached patch removes the duplication and uses nullptr as return value.
applied in svn rev. 12234 thanks Miguel Gimenez
Log in to post a comment.
Just a duplicated line of code. The attached patch removes the duplication and uses nullptr as return value.
applied in svn rev. 12234
thanks Miguel Gimenez