Fix minor bug : conductor text is not updated when folio id is used

See https://qelectrotech.org/forum/viewtopic.php?pid=18157#p18157
This commit is contained in:
joshua
2023-04-17 22:09:18 +02:00
committed by Laurent Trinques
parent ad85d9b6bf
commit b9ee6c7b5d
2 changed files with 9 additions and 6 deletions

View File

@@ -251,7 +251,6 @@ void ConductorTextItem::hoverEnterEvent(QGraphicsSceneHoverEvent *e) {
void ConductorTextItem::hoverLeaveEvent(QGraphicsSceneHoverEvent *e)
{
Q_UNUSED(e);
qDebug() << "Leave mouse over";
m_mouse_hover = false;
update();
}