https://bugs.kde.org/show_bug.cgi?id=396877
Marco Martin <notm...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://commits.kde.org/kir | |igami/9a261bff2e518c734a24f | |0673c2e048987be3f25 Status|CONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #3 from Marco Martin <notm...@gmail.com> --- Git commit 9a261bff2e518c734a24f0673c2e048987be3f25 by Marco Martin. Committed on 26/07/2018 at 15:23. Pushed by mart into branch 'master'. add ScenePosition element it's an attached property which allows to acess the scene position of its item, it's tracking it and can be binded to this should solve some positioning issues M +1 -0 src/CMakeLists.txt M +8 -6 src/controls/private/AbstractPageHeader.qml M +3 -2 src/controls/private/PageRowGlobalToolBarUI.qml M +3 -6 src/controls/templates/OverlayDrawer.qml M +2 -0 src/kirigamiplugin.cpp A +79 -0 src/scenepositionattached.cpp [License: LGPL (v2+)] A +76 -0 src/scenepositionattached.h [License: LGPL (v2+)] https://commits.kde.org/kirigami/9a261bff2e518c734a24f0673c2e048987be3f25 -- You are receiving this mail because: You are watching all bug changes.