Merge pull request #3329 from Floessie/fix-3328

Fix missing return value in LensGeometry::doDisableAutoFillIfActive()
This commit is contained in:
Floessie
2016-06-04 17:50:38 +02:00

View File

@@ -140,4 +140,6 @@ int LensGeometry::doDisableAutoFillIfActive (void* data)
instance->fillConn.block (false);
}
}
return 0;
}