mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Remove unused help window button from extension manager
This commit is contained in:
@@ -39,6 +39,7 @@ ExtensionManager::ExtensionManager(ICaptureContext &ctx)
|
||||
: QDialog(NULL), ui(new Ui::ExtensionManager), m_Ctx(ctx)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
|
||||
|
||||
{
|
||||
RDHeaderView *header = new RDHeaderView(Qt::Horizontal, this);
|
||||
|
||||
Reference in New Issue
Block a user