Fix typo.

This commit is contained in:
Martín Lucas Golini
2024-09-02 18:07:56 -03:00
parent 2440621ede
commit c256818b4c
3 changed files with 9 additions and 9 deletions

View File

@@ -3342,7 +3342,7 @@ void App::initProjectTreeView( std::string path, bool openClean ) {
}
}
mProjectTreeView->setDisableCellCliping( true );
mProjectTreeView->setDisableCellClipping( true );
mProjectTreeView->setAutoExpandOnSingleColumn( true );
}