Remove spurious log message
This commit is contained in:
parent
9c622b60b9
commit
ea6d50d114
@ -57,8 +57,6 @@ Item {
|
|||||||
anchors.rightMargin: scrollbar.interactive? scrollbar.width : 0
|
anchors.rightMargin: scrollbar.interactive? scrollbar.width : 0
|
||||||
|
|
||||||
Control {
|
Control {
|
||||||
//closePolicy: Popup.NoAutoClose
|
|
||||||
|
|
||||||
id: messageActions
|
id: messageActions
|
||||||
|
|
||||||
property Item attached: null
|
property Item attached: null
|
||||||
@ -509,7 +507,6 @@ Item {
|
|||||||
y: section.visible && section.active ? section.y + section.height : 0
|
y: section.visible && section.active ? section.y + section.height : 0
|
||||||
|
|
||||||
onHoveredChanged: {
|
onHoveredChanged: {
|
||||||
console.log("Hover changed: " + hovered + " w: " + wrapper.hovered + " h: "+ messageActions.hovered + " obj: " + timelinerow)
|
|
||||||
if (!Settings.mobileMode && hovered) {
|
if (!Settings.mobileMode && hovered) {
|
||||||
if (!messageActions.hovered) {
|
if (!messageActions.hovered) {
|
||||||
messageActions.attached = timelinerow;
|
messageActions.attached = timelinerow;
|
||||||
|
Loading…
Reference in New Issue
Block a user