Ejemplo n.º 1
0
 def paint_foreground_cb(self, cr, wd, ht):
     """Paints the foreground items: mask, then marker.
     """
     self.draw_mask(cr, wd, ht)
     HueSaturationWheelMixin.paint_foreground_cb(self, cr, wd, ht)
Ejemplo n.º 2
0
 def paint_foreground_cb(self, cr, wd, ht):
     """Paints the foreground items: mask, then marker.
     """
     self.draw_mask(cr, wd, ht)
     HueSaturationWheelMixin.paint_foreground_cb(self, cr, wd, ht)