Re: Logic issue in InsetTableCell::draw

2025-03-03 Thread Jürgen Spitzmüller
Am Sonntag, dem 02.03.2025 um 21:08 +0100 schrieb Jean-Marc Lasgouttes: > This one is for Jürgen. Coverity states it very clearly: "Local > variable > change_drawn is assigned only once, to a constant value, making it > effectively constant throughout its scope. If this is not the intent, > exami

Logic issue in InsetTableCell::draw

2025-03-02 Thread Jean-Marc Lasgouttes
Dear all, This one is for Jürgen. Coverity states it very clearly: "Local variable change_drawn is assigned only once, to a constant value, making it effectively constant throughout its scope. If this is not the intent, examine the logic to see if there is a missing assignment that would make