Middle click split header to open in browser (#3356)

Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
Auro
2021-11-20 08:27:26 -05:00
committed by GitHub
parent b1e891b122
commit 3a5c2b1d33
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -821,6 +821,11 @@ void SplitHeader::mousePressEvent(QMouseEvent *event)
menu->popup(this->mapToGlobal(event->pos() + QPoint(0, 4)));
}
break;
case Qt::MiddleButton: {
this->split_->openInBrowser();
}
break;
}
this->doubleClicked_ = false;