Notebook::select now takes the optional parameter "focusPage". (#3446)
This commit is contained in:
@@ -203,7 +203,7 @@ void EmotePopup::addShortcuts()
|
||||
int result = target.toInt(&ok);
|
||||
if (ok)
|
||||
{
|
||||
this->notebook_->selectIndex(result);
|
||||
this->notebook_->selectIndex(result, false);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user