mirror of
https://github.com/RetroShare/RetroShare.git
synced 2026-09-14 11:06:01 +05:00
Merge pull request #3167 from csoler/v0.6-BugFixing_42
removed isVisible() from IdDialog update so that it does update when …
This commit is contained in:
commit
6aef07d2ea
@ -513,7 +513,6 @@ void IdDialog::handleEvent_main_thread(std::shared_ptr<const RsEvent> event)
|
||||
|
||||
case RsGxsIdentityEventCode::NEW_IDENTITY:
|
||||
case RsGxsIdentityEventCode::UPDATED_IDENTITY:
|
||||
if (isVisible())
|
||||
updateIdListRequest(); // use a timer for events not generated by local changes which generally
|
||||
// come in large herds. Allows to group multiple changes into a single UI update.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user