Diffusion Krita ae39d79a9b9c

BUG:371592 fix import image sequence dialog

Authored by timotheegiet on Oct 24 2016, 9:11 PM.

Description

BUG:371592 fix import image sequence dialog

BUG:371592 fix import image sequence dialog

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.

Details

Committed
timotheegietOct 24 2016, 9:28 PM
Parents
R37:8e46e7826741: Fix sign-compare warning
Branches
Unknown
Tags
Unknown