Notebook::select now takes the optional parameter "focusPage". (#3446)

This commit is contained in:
pajlada
2022-01-02 15:00:19 +01:00
committed by GitHub
parent b031fc41ef
commit 2b9e2bd1b0
4 changed files with 31 additions and 27 deletions
+1 -1
View File
@@ -203,7 +203,7 @@ void EmotePopup::addShortcuts()
int result = target.toInt(&ok);
if (ok)
{
this->notebook_->selectIndex(result);
this->notebook_->selectIndex(result, false);
}
else
{