forked from qt-creator/qt-creator
		
	Fix Shortcut for right sidebar
Ctrl+0 was confliciting with "Reset Font Size". Task-number: QTCREATORBUG-17857 Change-Id: I280c65446fd1f8ce3af66b06760ed7b9b210e8c3 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
		@@ -340,9 +340,7 @@ void ProgressManagerPrivate::init()
 | 
			
		||||
    toggleProgressView->setIcon(QIcon(p));
 | 
			
		||||
    Command *cmd = ActionManager::registerAction(toggleProgressView,
 | 
			
		||||
                                                 "QtCreator.ToggleProgressDetails");
 | 
			
		||||
    cmd->setDefaultKeySequence(QKeySequence(HostOsInfo::isMacHost()
 | 
			
		||||
                                               ? tr("Ctrl+Shift+0")
 | 
			
		||||
                                               : tr("Alt+Shift+0")));
 | 
			
		||||
 | 
			
		||||
    connect(toggleProgressView, &QAction::toggled,
 | 
			
		||||
            this, &ProgressManagerPrivate::progressDetailsToggled);
 | 
			
		||||
    toggleButton->setDefaultAction(cmd->action());
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user