Mercurial > hg > svgui
diff view/PaneStack.cpp @ 716:67b167bb60ab tonioni
Propagate double-click in select mode -- the application might do something meaningful with this
author | Chris Cannam |
---|---|
date | Fri, 10 Jan 2014 14:17:50 +0000 |
parents | 833cd1b8014f |
children | 596414d20ef0 |
line wrap: on
line diff
--- a/view/PaneStack.cpp Fri Jan 10 14:17:10 2014 +0000 +++ b/view/PaneStack.cpp Fri Jan 10 14:17:50 2014 +0000 @@ -158,6 +158,8 @@ this, SLOT(paneDropAccepted(QStringList))); connect(pane, SIGNAL(dropAccepted(QString)), this, SLOT(paneDropAccepted(QString))); + connect(pane, SIGNAL(doubleClickSelectInvoked(size_t)), + this, SIGNAL(doubleClickSelectInvoked(size_t))); emit paneAdded(pane); emit paneAdded();