We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46d0a85 commit d2429e1Copy full SHA for d2429e1
editor/editor.py
@@ -213,7 +213,7 @@ def setup(self, refWidget, newParent):
213
gui.ListView, gui.DropDown, gui.Label, gui.Image, gui.Link,
214
gui.TableWidget, gui.TextInput, gui.CheckBox, gui.CheckBox,
215
gui.CheckBoxLabel, gui.Slider, gui.SpinBox, gui.ColorPicker,
216
- gui.Svg, gui.VideoPlayer]:
+ gui.Svg, gui.VideoPlayer, gui.Progress]:
217
DraggableItem.setup(self, refWidget, newParent)
218
219
def on_drag(self, emitter, x, y):
@@ -254,7 +254,7 @@ def setup(self, refWidget, newParent):
254
255
256
257
258
259
260
0 commit comments