diff --git a/labscript_utils/qtwidgets/dragdroptab.py b/labscript_utils/qtwidgets/dragdroptab.py index f554718..691170a 100644 --- a/labscript_utils/qtwidgets/dragdroptab.py +++ b/labscript_utils/qtwidgets/dragdroptab.py @@ -316,7 +316,9 @@ def updateCurrentTime(self, current_time): if dy * (target_pos_y - new_pos_y) < 0: new_pos_y = target_pos_y - self.limbo_position = QPoint(new_pos_x, new_pos_y) + self.limbo_position = QPoint( + int(round(new_pos_x)), int(round(new_pos_y)) + ) else: self.limbo.animation_over() self.limbo = None
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: