mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
If just clicking on the plain open button (not menu), open the capture
This commit is contained in:
@@ -149,6 +149,7 @@ LiveCapture::LiveCapture(ICaptureContext &ctx, const QString &hostname, uint32_t
|
||||
bottomTools->addAction(deleteAction);
|
||||
|
||||
QObject::connect(previewToggle, &QAction::toggled, this, &LiveCapture::previewToggle_toggled);
|
||||
QObject::connect(openButton, &QToolButton::clicked, this, &LiveCapture::openCapture_triggered);
|
||||
QObject::connect(thisAction, &QAction::triggered, this, &LiveCapture::openCapture_triggered);
|
||||
QObject::connect(newWindowAction, &QAction::triggered, this,
|
||||
&LiveCapture::openNewWindow_triggered);
|
||||
|
||||
Reference in New Issue
Block a user