code-saturne / code_saturne

code_saturne public mirror
https://www.code-saturne.org
GNU General Public License v2.0
218 stars 81 forks source link

Little bug in the GUI (Clipping) #71

Closed YohannEude closed 3 years ago

YohannEude commented 3 years ago

Hi,

When you add a scalar and go in Numerical parameters/Equation parameters (clipping) and put the mousse on the scalar an error appear in the terminal about "toolTipRole". To solve that we just replace in NumericalParamRquationView.py line 824 "return self.toolTipRole[col]" by "return None" as it is done in the rest of the code.

Regards

Yohann

YvanFournier commented 3 years ago

Fixed in commit 82953619. Thanks for the bug report.