chiark
/
gitweb
/
~ianmdlvl
/
cura.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
754ccbc
)
Fix for #952
author
daid
<daid303@gmail.com>
Thu, 18 Sep 2014 08:47:19 +0000
(10:47 +0200)
committer
daid
<daid303@gmail.com>
Thu, 18 Sep 2014 08:47:19 +0000
(10:47 +0200)
Cura/gui/configBase.py
patch
|
blob
|
history
diff --git
a/Cura/gui/configBase.py
b/Cura/gui/configBase.py
index a04db456fbf5a823d239abb0ea4a467858812cb9..8f30ccdb8a4beb0c05eb34977683f24b359fc9c6 100644
(file)
--- a/
Cura/gui/configBase.py
+++ b/
Cura/gui/configBase.py
@@
-177,7
+177,7
@@
class SettingRow(object):
self.ctrl.Bind(wx.EVT_COLOURPICKER_CHANGED, self.OnSettingChange)
elif type(self.setting.getType()) is list or valueOverride is not None:
value = self.setting.getValue(self.settingIndex)
- choices = self.setting.getType()
+ choices = self.setting.getType()
[:]
if valueOverride is not None:
choices = valueOverride
self._englishChoices = choices[:]