corrected buggy behavior

This commit is contained in:
itsmattkc
2018-11-17 12:12:28 +11:00
parent 3902a7df54
commit b9946c9609
2 changed files with 44 additions and 42 deletions
+1 -1
View File
@@ -1691,7 +1691,7 @@ void update_footage_tooltip(QTreeWidgetItem *item, Media *media, QString error)
// tooltip += "\n";
}
} else {
tooltip = error;
}
item->setToolTip(0, tooltip);