mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-09 07:49:23 -04:00
Merge pull request #807 from PhenomRetroShare/Fix_ToasterPositionSetting
Fix Toaster Position Setting.
This commit is contained in:
commit
caa36b4623
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue