Created attachment 175961 [details] LabPlot example In order to check if bug 495885 is fixed, i took the latest nightly (Nov-19-2024) and encountered bugs. - take the attached example file - you can see in the attached screenshot that the legend is larger than the plot (which is weird) - move (drag) the legend into the plot result: the legend becomes invisible, see that attached screencast I could not figure out how to make it visible
Created attachment 175962 [details] screenshot of my initial view
Created attachment 175963 [details] screencast
The bug persists with the latest CI build: Release build 01487f6 Nov 21 2024, 20:05:46 System: Windows 10 Version 22H2
The problem is that for the position x,y "relative" is used which has a bug (The relative values get really large) Workaround: - set the x, y position to another value than relative
Created attachment 176198 [details] screencast showing the real bug Thanks, so the real bug is: Dragging legend destroys the relative x,y settings. Whenever i drag the legend the relative values jump to crazy high and even negative values, see the new screencast.
Git commit c5b1ad7d39862b75107464d9399a5ba61bdac757 by Stefan Gerlach. Committed on 19/02/2025 at 23:04. Pushed by sgerlach into branch 'master'. changelog M +1 -0 ChangeLog M +0 -1 src/backend/worksheet/WorksheetElement.cpp M +1 -1 src/backend/worksheet/WorksheetElementPrivate.h https://invent.kde.org/education/labplot/-/commit/c5b1ad7d39862b75107464d9399a5ba61bdac757