Bug report #15014
regression: canvas decoration (scale bar, north arrow, etc.) elements hidden under docked panels
Status: | Closed | ||
---|---|---|---|
Priority: | High | ||
Assignee: | Nathan Woodrow | ||
Category: | Decorations | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | fixed/implemented |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 22961 |
Description
Since ef51b70, canvas decoration elements can be hidden under docked panels opened during a QGIS session. It affects both QGIS' own canvas decorations, as well as plugins (such as TimeManager).
Steps to reproduce- Launch QGIS, make sure the style dock panel is docked, and close it
- Add a layer to a new project
- Add a scale bar decoration, position it to the bottom right of your canvas
- Open the style dock, and note the scale bar gone hidden below the style dock
History
#1 Updated by Mathieu Pellerin - nIRV over 8 years ago
- Assignee set to Nathan Woodrow
#2 Updated by Nathan Woodrow over 8 years ago
- Resolution set to fixed/implemented
- Status changed from Open to Closed
Fixed by doing a revert on the commit. Will commit a better change at a later date.