Dragging Map View Dock not working

Issue #666 resolved
Fabian Thiel created an issue

An error has occurred while executing Python code: 

AttributeError: 'DockLabel' object has no attribute 'startedDrag' 
Traceback (most recent call last):
  File "C:/Users/thielf54/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\enmapboxplugin\enmapbox\gui\docks.py", line 407, in mouseMoveEvent
    if not self.startedDrag and hasattr(self, 'pressPos'):
AttributeError: 'DockLabel' object has no attribute 'startedDrag'

Version 3.7.20210506T134511.develop
Python version: 3.9.4 | packaged by conda-forge | (default, May 10 2021, 22:10:34) [MSC v.1916 64 bit (AMD64)]
QGIS version: 3.18.3-Zürich Zürich, exported

Comments (3)

  1. Log in to comment