fix retroactive bug last visited directory not saved (only this branch); make filebrowser vertical layout; cleanup commented out code
This commit is contained in:
@@ -897,6 +897,8 @@ void EditorPanel::saveOptions () {
|
||||
|
||||
options.historyPanelWidth = hpanedl->get_position ();
|
||||
options.toolPanelWidth = vboxright->get_width ();
|
||||
if (options.startupDir==STARTUPDIR_LAST && fCatalog->lastSelectedDir ()!="")
|
||||
options.startupPath = fCatalog->lastSelectedDir ();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user