mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-17 21:26:11 -07:00
Merge remote-tracking branch 'origin/qt6_beyond_the_splash' into qt6_beyond_the_splash
This commit is contained in:
commit
748606e5b5
1 changed files with 4 additions and 4 deletions
|
|
@ -623,12 +623,12 @@ UM.MainWindow
|
||||||
{
|
{
|
||||||
// Because several implementations of the file dialog only update the folder
|
// Because several implementations of the file dialog only update the folder
|
||||||
// when it is explicitly set.
|
// when it is explicitly set.
|
||||||
var f = folder;
|
var f = currentFolder;
|
||||||
folder = f;
|
currentFolder = f;
|
||||||
|
|
||||||
CuraApplication.setDefaultPath("dialog_load_path", folder);
|
CuraApplication.setDefaultPath("dialog_load_path", currentFolder);
|
||||||
|
|
||||||
handleOpenFileUrls(fileUrls);
|
handleOpenFileUrls(selectedFiles);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Yeah... I know... it is a mess to put all those things here.
|
// Yeah... I know... it is a mess to put all those things here.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue