fix retroactive bug last visited directory not saved (only this branch); make filebrowser vertical layout; cleanup commented out code

This commit is contained in:
Andrey Skvortsov
2010-09-19 20:40:16 -07:00
parent ce13359d38
commit 34cc3e3dee
3 changed files with 4 additions and 85 deletions

View File

@@ -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 ();
}