Cast slots to `int` before range set
							parent
							
								
									b0ee764423
								
							
						
					
					
						commit
						7b6318f025
					
				|  | @ -619,7 +619,7 @@ class FillStatusBar(QProgressBar): | ||||||
|         # color: #19232D; |         # color: #19232D; | ||||||
|         # width: 10px; |         # width: 10px; | ||||||
| 
 | 
 | ||||||
|         self.setRange(0, slots) |         self.setRange(0, int(slots)) | ||||||
|         self.setValue(value) |         self.setValue(value) | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue