Page MenuHomePhabricator

Service list widget loses selection when service properties changes
Closed, ResolvedPublic

Description

To reproduce:

  • Select row in a QmitkServiceListWidget.
  • Change property of the selected service.
  • No service is selected anymore.

ServiceListWidget should change the list entry instead of removing and adding it.

Event Timeline

New remote branch pushed: bug-16479-ServiceListWidgetLosesSelectionWhenServicePropertiesChanges

[e2d3bc]: Merge branch 'bug-16479-ServiceListWidgetLosesSelectionWhenServiceProp

Merged commits:

2013-11-26 10:04:49 Adrian Winterstein [835751]
Modified service is added to list when it is not on the list.


2013-11-21 16:34:43 Adrian Winterstein [ee94be]
ChangeServiceOnList method implemented for ServiceListWidget.

Service is not removed and added again on property change anymore.
Instead the list item is updated.