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/organ | |
parent | 15a9ee1018248dfb3902ba1d5995c22c97cd2380 (diff) |
Please see ChangeLog
Diffstat (limited to 'muse2/synti/organ')
-rw-r--r-- | muse2/synti/organ/organ.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/synti/organ/organ.cpp b/muse2/synti/organ/organ.cpp index ebbdde95..1aa87742 100644 --- a/muse2/synti/organ/organ.cpp +++ b/muse2/synti/organ/organ.cpp @@ -650,7 +650,7 @@ bool Organ::guiVisible() const void Organ::showGui(bool val) { - gui->setShown(val); + gui->setVisible(val); } //--------------------------------------------------------- |