FileManager: Make the tree view follow the directory view navigations.

This commit is contained in:
Andreas Kling 2019-03-30 03:27:25 +01:00
parent f10e0d0546
commit 2c6a597d77
Notes: sideshowbarker 2024-07-19 14:53:45 +09:00
10 changed files with 72 additions and 3 deletions

View file

@ -35,3 +35,7 @@ void GAbstractView::did_update_model()
{
model_notification(GModelNotification(GModelNotification::ModelUpdated));
}
void GAbstractView::did_update_selection()
{
}