mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-22 21:55:52 +00:00
Unregister F5 shortcut in buffer formatter
This commit is contained in:
@@ -139,6 +139,10 @@ BufferFormatSpecifier::BufferFormatSpecifier(QWidget *parent)
|
||||
BufferFormatSpecifier::~BufferFormatSpecifier()
|
||||
{
|
||||
delete ui;
|
||||
|
||||
// unregister any shortcuts on this window
|
||||
if(m_Ctx)
|
||||
m_Ctx->GetMainWindow()->UnregisterShortcut(QString(), this);
|
||||
}
|
||||
|
||||
void BufferFormatSpecifier::setAutoFormat(QString autoFormat)
|
||||
|
||||
Reference in New Issue
Block a user