Store import file folder when changing the browser root

This commit is contained in:
xenakios 2019-02-19 20:28:13 +02:00
parent 7dfa485ed6
commit 9b1d29bf3e

View File

@ -1623,4 +1623,5 @@ void MyFileBrowserComponent::fileDoubleClicked(const File & file)
void MyFileBrowserComponent::browserRootChanged(const File & newRoot) void MyFileBrowserComponent::browserRootChanged(const File & newRoot)
{ {
m_proc.m_propsfile->m_props_file->setValue("importfilefolder", newRoot.getFullPathName());
} }