mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-26 07:59:35 -05:00
Merge pull request #807 from PhenomRetroShare/Fix_ToasterPositionSetting
Fix Toaster Position Setting.
This commit is contained in:
commit
caa36b4623
@ -355,7 +355,7 @@ void NotifyPage::load()
|
||||
QMap<int, QString>::iterator it;
|
||||
int index = 0;
|
||||
for (it = toasterPositions.begin(); it != toasterPositions.end(); ++it, ++index) {
|
||||
ui.comboBoxToasterPosition->addItem(it.value(), it.key());
|
||||
whileBlocking(ui.comboBoxToasterPosition)->addItem(it.value(), it.key());
|
||||
|
||||
if (it.key() == toasterPosition) {
|
||||
whileBlocking(ui.comboBoxToasterPosition)->setCurrentIndex(index);
|
||||
|
Loading…
Reference in New Issue
Block a user