Store import file folder when changing the browser root
This commit is contained in:
parent
7dfa485ed6
commit
9b1d29bf3e
@ -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());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user