commit 303f6a50f06b6aa4e843feb71b7a0a38ba84c6f8
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Apr 21 20:04:21 2021 +0100
add vbox-fix-file-picker.patch
vbox-fix-file-picker.patch | 11 +++++++++++
1 file changed, 11 insertions(+)
---
diff --git a/vbox-fix-file-picker.patch b/vbox-fix-file-picker.patch
new file mode 100644
index 0000000..20888e7
--- /dev/null
+++ b/vbox-fix-file-picker.patch
@@ -0,0 +1,11 @@
+--- VirtualBox-6.1.18/src/VBox/Frontends/VirtualBox/src/globals/UICommon.cpp_ 2021-01-07
18:41:12.000000000 +0300
++++ VirtualBox-6.1.18/src/VBox/Frontends/VirtualBox/src/globals/UICommon.cpp 2021-02-23
16:27:39.968740587 +0300
+@@ -2738,7 +2738,7 @@
+ strFilter = backends.join(";;").trimmed();
+
+ /* Create open file dialog: */
+- QStringList files = QIFileDialog::getOpenFileNames(strHomeFolder, strFilter,
pParent, strTitle, 0, true, true);
++ QStringList files = QIFileDialog::getOpenFileNames(strHomeFolder, strFilter,
nullptr, strTitle, 0, true, true);
+
+ /* If dialog has some result: */
+ if (!files.empty() && !files[0].isEmpty())
Show replies by date