diff options
author | Tim E. Real <termtech@rogers.com> | 2011-01-04 18:48:12 +0000 |
---|---|---|
committer | Tim E. Real <termtech@rogers.com> | 2011-01-04 18:48:12 +0000 |
commit | 212f604407e4a712563ca71eb281161ffcc91d85 (patch) | |
tree | c7e53dda9587a700198be425b86cb40bb4b78f35 /muse2/synti/fluid | |
parent | 15a9ee1018248dfb3902ba1d5995c22c97cd2380 (diff) |
Please see ChangeLog
Diffstat (limited to 'muse2/synti/fluid')
-rw-r--r-- | muse2/synti/fluid/fluid.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/synti/fluid/fluid.cpp b/muse2/synti/fluid/fluid.cpp index 8bac3ca2..d1802354 100644 --- a/muse2/synti/fluid/fluid.cpp +++ b/muse2/synti/fluid/fluid.cpp @@ -283,7 +283,7 @@ bool ISynth::guiVisible() const void ISynth::showGui(bool flag) { - gui->setShown(flag); + gui->setVisible(flag); } //--------------------------------------------------------- |