Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

refactor(dock): parent_dock_area changed to orig_area (native for pyqtgraph)

wyzula_j requested to merge refactor/orig_dock_area into main

Description

I realised that I duplicated one functionality from pyqtgraph which they had already implemented. The reference to the parent area after detaching is called orig_area in pyqtgraph. I changed mine introduced parent_dock_area to orig_area except for the configs to get the gui_id BECDockArea

Merge request reports

Loading