mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 13:59:52 +08:00
bugfix: update tooltip after renaming directory
This commit is contained in:
parent
b690db3502
commit
4c0f376190
@ -415,6 +415,7 @@ void VDirectoryTree::editDirectoryInfo()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
curItem->setText(0, name);
|
curItem->setText(0, name);
|
||||||
|
curItem->setToolTip(0, name);
|
||||||
emit directoryUpdated(curDir);
|
emit directoryUpdated(curDir);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user