Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
lukas-w authored and DomClark committed Mar 15, 2018
1 parent a30e81d commit 3855221
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/vestige/vestige.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ class VstInstrumentPlugin : public VstPlugin
}

/// Overwrite editor() to return the sub window instead of the embed widget
/// itself. This makes hideEditor() and toggleEditor() hide the sub window.
/// itself. This makes toggleUI() and related functions toggle the
/// sub window's visibility.
QWidget* editor() override
{
return m_pluginSubWindow.get();
Expand Down

0 comments on commit 3855221

Please sign in to comment.