mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
fixed circlesComboBox enabled in gui.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7093 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
cedbd051ac
commit
bbd28256b6
@ -606,7 +606,7 @@ void GxsGroupDialog::updateCircleOptions()
|
||||
|
||||
if (ui.typeLocal->isChecked())
|
||||
{
|
||||
ui.circleComboBox->setEnabled(!(mReadonlyFlags & GXS_GROUP_FLAGS_DISTRIBUTION));
|
||||
ui.localComboBox->setEnabled(!(mReadonlyFlags & GXS_GROUP_FLAGS_DISTRIBUTION));
|
||||
ui.localComboBox->setVisible(true);
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user