forwarded 782557 https://bugs.launchpad.net/glogic/+bug/1422501 tags 782557 + patch kthxbye
Hi, the attached patch fixes it for me. Cheers, sur5r -- ceterum censeo microsoftem esse delendam.
--- glogic/DrawArea.py 2012-10-31 06:27:42 +0000 +++ glogic/DrawArea.py 2015-07-23 22:16:29 +0000 @@ -964,3 +964,7 @@ def flip_vert_picked_components(self): self._pushed_component.matrix = multiply_matrix((1, 0, 0, -1), self._pushed_component.matrix) self._pushed_component.set_rot_props() + + def queue_draw(self): + self.drawingarea.queue_draw() + super().queue_draw()
pgpMo4Ocq8SGb.pgp
Description: OpenPGP digital signature