From 9fa4add8b93cba096c3f5bd8526c08e74b498680 Mon Sep 17 00:00:00 2001 From: "Tim E. Real" Date: Thu, 18 Nov 2010 00:53:00 +0000 Subject: Small change to Orcan's filedialog, re-enabled global button. --- muse2/ChangeLog | 1 + muse2/muse/widgets/filedialog.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'muse2') 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); -- cgit v1.2.3