forked from qt-creator/qt-creator
Make it possible to clear keyboard shortcuts again
This was an unintentional regression. The widget in question should not use the filter edit since it is not a filterwidget. Also I removed the "Filter" text which is incorrect in this case. Task-number: QTCREATORBUG-1308
This commit is contained in:
@@ -71,6 +71,7 @@ QWidget *CommandMappings::createPage(QWidget *parent)
|
||||
m_page->setupUi(w);
|
||||
m_page->resetButton->setIcon(QPixmap(Constants::ICON_RESET));
|
||||
m_page->targetEdit->setSide(Utils::FancyLineEdit::Right);
|
||||
m_page->targetEdit->setAutoHideIcon(true);
|
||||
m_page->targetEdit->installEventFilter(this);
|
||||
|
||||
connect(m_page->targetEdit, SIGNAL(buttonClicked()),
|
||||
|
||||
Reference in New Issue
Block a user