File tree Expand file tree Collapse file tree
release/scripts/mgear/shifter Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1345,7 +1345,7 @@ def populate_controls(self):
13451345 (w for i in index_widgets for w in i [:2 ]),
13461346 (w for i in rgb_widgets for w in i [:2 ]),
13471347 "Use_RGB_Color" ,
1348- tab .useRGB_checkBox .checkState (),
1348+ tab .useRGB_checkBox .isChecked (),
13491349 )
13501350
13511351 self .refresh_controls ()
Original file line number Diff line number Diff line change @@ -1753,12 +1753,13 @@ def populate_controls(self):
17531753 widget .setFixedSize (pyqt .dpi_scale (30 ), pyqt .dpi_scale (20 ))
17541754
17551755 self .populateCheck (tap .useRGB_checkBox , "Use_RGB_Color" )
1756+
17561757 self .toggleRgbIndexWidgets (
17571758 tap .useRGB_checkBox ,
17581759 (w for i in index_widgets for w in i [:2 ]),
17591760 (w for i in rgb_widgets for w in i [:2 ]),
17601761 "Use_RGB_Color" ,
1761- tap .useRGB_checkBox .checkState (),
1762+ tap .useRGB_checkBox .isChecked (),
17621763 )
17631764
17641765 # pupulate custom steps sttings
You can’t perform that action at this time.
0 commit comments