Skip to content

Commit

Permalink
fix FS#921 - File - Save As: chosen file type filter ignored under KDE
Browse files Browse the repository at this point in the history
  • Loading branch information
qcad committed Sep 20, 2013
1 parent a0902e5 commit a8b2c50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/File/SaveAs/SaveAs.js
Expand Up @@ -73,7 +73,6 @@ SaveAs.prototype.beginEvent = function() {
RS.getWindowManagerId()==="kde"
);

fileDialog.setOption(QFileDialog.DontUseNativeDialog, false);
// overwrite is handled after extension has been added:
fileDialog.setOption(QFileDialog.DontConfirmOverwrite, true);
fileDialog.fileMode = QFileDialog.AnyFile;
Expand Down

0 comments on commit a8b2c50

Please sign in to comment.