mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix cloud-base selector initialization bug
This commit is contained in:
parent
24fc438fda
commit
9f5db20195
@ -18,6 +18,7 @@ class DcsCloudBaseSelector(QHBoxLayout):
|
||||
self.addWidget(self.label)
|
||||
|
||||
self.base = QSlider(Qt.Orientation.Horizontal)
|
||||
self.base.setRange(self.min_base, self.max_base)
|
||||
self.base.setValue(
|
||||
clouds.base
|
||||
if clouds
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user