Adding comments

This commit is contained in:
Hombre
2016-03-09 18:50:56 +01:00
parent 30b5949fd5
commit 7dfacf6ff4
2 changed files with 8 additions and 7 deletions

View File

@@ -940,8 +940,9 @@ void OPIcon::drawInnerGeometry(Cairo::RefPtr<Cairo::Context> &cr,
ObjectMOBuffer *objectBuffer, EditCoordSystem &coordSystem)
{
if (flags & F_VISIBLE) {
// Here we will handle fallback solutions
State tmpState = state;
// Here we will handle fall-back solutions
State tmpState = state; // can be updated through the successive test
if (tmpState == INSENSITIVE) {
if (!insensitiveImg) {