You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have installed PySide2 Extensions from pip. To be exact with pip3 for python 3.8.10
When i try the set minimum value of the bar, it gives me name "maximum" is not defined error.
When i looked up the relative code, i found out that there is a basic naming error.
I think the line 203: if self.rpb_minimum==maximum:
should be if self.rpb_maximum==minimum:
The text was updated successfully, but these errors were encountered:
Hi,
I have installed PySide2 Extensions from pip. To be exact with pip3 for python 3.8.10
When i try the set minimum value of the bar, it gives me name "maximum" is not defined error.
When i looked up the relative code, i found out that there is a basic naming error.
I think the line 203:
if self.rpb_minimum==maximum:
should be
if self.rpb_maximum==minimum:
The text was updated successfully, but these errors were encountered: