mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 21:10:42 +00:00
Filter out previous/next drawcall shortcuts when text editing.
Closes #911 editing. path. 'ad0678a'.
This commit is contained in:
@@ -246,7 +246,7 @@ void ShaderViewer::editShader(bool customShader, const QString &entryPoint, cons
|
||||
});
|
||||
|
||||
m_Ctx.GetMainWindow()->RegisterShortcut(QKeySequence(QKeySequence::Refresh).toString(), this,
|
||||
[this]() { on_refresh_clicked(); });
|
||||
[this](QWidget *) { on_refresh_clicked(); });
|
||||
ui->refresh->setToolTip(ui->refresh->toolTip() +
|
||||
lit(" (%1)").arg(QKeySequence(QKeySequence::Refresh).toString()));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user