https://bugs.kde.org/show_bug.cgi?id=371592
anim...@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |http://commits.kde.org/krit | |a/ae39d79a9b9c6898cb4d54fd9 | |5cd59c388e93d85 Status|UNCONFIRMED |RESOLVED --- Comment #1 from anim...@gmail.com --- Git commit ae39d79a9b9c6898cb4d54fd95cd59c388e93d85 by Timothée Giet. Committed on 24/10/2016 at 21:28. Pushed by timotheegiet into branch 'master'. I noticed this bug came from mainWindow->showOpenFileDialog(); I first replaced it with a standard QFileDialog::getOpenFileName();, which worked, but didn't have all the properties set. So I copied showOpenFileDialog there, and issue is gone. It's maybe not the cleanest fix, but it does work. M +17 -1 libs/ui/dialogs/kis_dlg_import_image_sequence.cpp M +1 -0 libs/ui/dialogs/kis_dlg_import_image_sequence.h http://commits.kde.org/krita/ae39d79a9b9c6898cb4d54fd95cd59c388e93d85 --- Comment #2 from anim...@gmail.com --- Git commit ae39d79a9b9c6898cb4d54fd95cd59c388e93d85 by Timothée Giet. Committed on 24/10/2016 at 21:28. Pushed by timotheegiet into branch 'master'. I noticed this bug came from mainWindow->showOpenFileDialog(); I first replaced it with a standard QFileDialog::getOpenFileName();, which worked, but didn't have all the properties set. So I copied showOpenFileDialog there, and issue is gone. It's maybe not the cleanest fix, but it does work. M +17 -1 libs/ui/dialogs/kis_dlg_import_image_sequence.cpp M +1 -0 libs/ui/dialogs/kis_dlg_import_image_sequence.h http://commits.kde.org/krita/ae39d79a9b9c6898cb4d54fd95cd59c388e93d85 -- You are receiving this mail because: You are watching all bug changes.