Skip to content
Snippets Groups Projects

Do not wrap operations

Merged Oscar Gustafsson requested to merge fixschedule4 into master
1 file
+ 0
3
Compare changes
  • Side-by-side
  • Inline
@@ -108,9 +108,6 @@ class SchedulerItem(SchedulerEvent, QGraphicsItemGroup): # PySide2 / PyQt5
if new_start_time < -1:
# Moving one position before left edge => wrap
return False
# if new_start_time > self.schedule.schedule_time + 1:
# Moving one position after schedule_time => wrap
# return False
else:
if pos < 0:
return False
Loading