fix show ext index dialog action, was opening wrong tab
This commit is contained in:
parent
2c5e51fb1f
commit
a34568e1cc
@ -977,7 +977,7 @@ void RclMain::showExtIdxDialog()
|
|||||||
// Close and reopen, in hope that makes us visible...
|
// Close and reopen, in hope that makes us visible...
|
||||||
uiprefs->close();
|
uiprefs->close();
|
||||||
}
|
}
|
||||||
uiprefs->tabWidget->setCurrentIndex(2);
|
uiprefs->tabWidget->setCurrentIndex(3);
|
||||||
uiprefs->show();
|
uiprefs->show();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user