https://bugs.kde.org/show_bug.cgi?id=359104
Boudewijn Rempt <b...@valdyas.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |b...@valdyas.org --- Comment #5 from Boudewijn Rempt <b...@valdyas.org> --- You'd think that the PNG export options dialog would alert people... In any case, I don't think the issue can be solved by us. The problem is with the file dialog implementation. In order to get the native file dialog on Windows instead of the KDE or Qt one, we have to use the static methods of QFileDialog, and then we cannot get the value of the file type combobox: we should, but that is broken in Qt. And that means we also cannot figure out that the user is trying to save a bla.png as .kra (and what is it that they want, then? png or kra). On OSX, on the other hand, the system automatically detects the discrepancy and creates a bla.png.kra. -- You are receiving this mail because: You are watching all bug changes.