def update_cb(self):
     """Callback: managed color updated.
     """
     self._drag_insertion_index = None
     ColorAdjusterWidget.update_cb(self)
     if self.manage_current_index and not self._button_down:
         self.match_managed_color()