mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 05:49:53 +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;
|
||||
}
|
||||
curItem->setText(0, name);
|
||||
curItem->setToolTip(0, name);
|
||||
emit directoryUpdated(curDir);
|
||||
}
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user