summaryrefslogtreecommitdiff
path: root/muse2
diff options
context:
space:
mode:
authorTim E. Real <termtech@rogers.com>2010-11-18 00:53:00 +0000
committerTim E. Real <termtech@rogers.com>2010-11-18 00:53:00 +0000
commit9fa4add8b93cba096c3f5bd8526c08e74b498680 (patch)
tree38219271d80f6d2101d93ff6497b91af9ff1ffa4 /muse2
parent5fbe9de014fad31ba65d955e86904757322cf212 (diff)
Small change to Orcan's filedialog, re-enabled global button.
Diffstat (limited to 'muse2')
-rw-r--r--muse2/ChangeLog1
-rw-r--r--muse2/muse/widgets/filedialog.cpp2
2 files changed, 2 insertions, 1 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog
index 60c10f66..3585d00a 100644
--- a/muse2/ChangeLog
+++ b/muse2/ChangeLog
@@ -1,5 +1,6 @@
17.11.2010
- Removed a fix which cured graphic corruption for me in MusE-1. Not required now. (Tim)
+ - Small change to Orcan's filedialog, re-enabled global button. (Tim)
16.11.2010
- Fixed track info sizing problems. In Arranger::switchInfo() added tgrid->update(). (Tim)
QLayout::update() seems to be a new method, we needed to call it here.
diff --git a/muse2/muse/widgets/filedialog.cpp b/muse2/muse/widgets/filedialog.cpp
index e28c491f..c86a507e 100644
--- a/muse2/muse/widgets/filedialog.cpp
+++ b/muse2/muse/widgets/filedialog.cpp
@@ -319,7 +319,7 @@ QString getOpenFileName(const QString &startWith,
dlg->setCaption(name);
if (all) {
dlg->buttons.loadAllGroup->setVisible(true);
- dlg->buttons.globalButton->setVisible(false);
+ //dlg->buttons.globalButton->setVisible(false);
}
if (!initialSelection.isEmpty())
dlg->selectFile(initialSelection);