Skip to content

Commit

Permalink
[71_20] Use macos native file dialogue
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii authored Jan 19, 2024
1 parent 354256f commit a5588d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Plugins/Qt/qt_chooser_widget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ qt_chooser_widget_rep::perform_dialog () {
#if (defined(Q_OS_MAC)) // || defined(Q_WS_WIN)) //at least windows Xp and 7
// lack image preview, switch to custom dialog
QFileDialog* dialog= new QFileDialog (NULL, caption, path);
dialog->setOption (QFileDialog::DontUseNativeDialog, true);
#else
QTMFileDialog* dialog;
QTMImageDialog* imgdialog= 0; // to avoid a dynamic_cast
Expand Down

0 comments on commit a5588d7

Please sign in to comment.