Skip to content

Commit d2429e1

Browse files
committed
Progress widget can be now moved and resized in editor_app.
1 parent 46d0a85 commit d2429e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

editor/editor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def setup(self, refWidget, newParent):
213213
gui.ListView, gui.DropDown, gui.Label, gui.Image, gui.Link,
214214
gui.TableWidget, gui.TextInput, gui.CheckBox, gui.CheckBox,
215215
gui.CheckBoxLabel, gui.Slider, gui.SpinBox, gui.ColorPicker,
216-
gui.Svg, gui.VideoPlayer]:
216+
gui.Svg, gui.VideoPlayer, gui.Progress]:
217217
DraggableItem.setup(self, refWidget, newParent)
218218

219219
def on_drag(self, emitter, x, y):
@@ -254,7 +254,7 @@ def setup(self, refWidget, newParent):
254254
gui.ListView, gui.DropDown, gui.Label, gui.Image, gui.Link,
255255
gui.TableWidget, gui.TextInput, gui.CheckBox, gui.CheckBox,
256256
gui.CheckBoxLabel, gui.Slider, gui.SpinBox, gui.ColorPicker,
257-
gui.Svg, gui.VideoPlayer]:
257+
gui.Svg, gui.VideoPlayer, gui.Progress]:
258258
DraggableItem.setup(self, refWidget, newParent)
259259

260260
def on_drag(self, emitter, x, y):

0 commit comments

Comments
 (0)