Pink2Dev / Pink2

Pinkcoin 2 Qt wallet and daemon
https://getstarted.with.pink/
MIT License
29 stars 22 forks source link

UI: Disappearing entries from Address Book and Receive coins tabs #25

Open aistrych opened 5 years ago

aistrych commented 5 years ago

Edition of entries in Address Book or Receive coins tabs (using separate popup window) causes them to disappear. To see them again restart is required. In-place edition (by double clicking on a row) work properly. I suspect that it's due to the way these two tabs are handled internally. Both tabs share the same list (cachedAddressTable) handling all entries for them. What sub-list is displayed is decided by filter (QSortFilterProxyModel).