changeset 25995:17b13616590d

Backout cset b57b7f3f5e61 (bug #44776) * Figure.cc (Figure::updateBoundingBoxHelper): Force a redraw after changing the figure position.
author Pantxo Diribarne <pantxo.diribarne@gmail.com>
date Thu, 01 Nov 2018 13:30:03 +0100
parents f881d3e271d2
children 37743ef71734
files libgui/graphics/Figure.cc
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/graphics/Figure.cc	Wed Oct 31 19:32:41 2018 -0400
+++ b/libgui/graphics/Figure.cc	Thu Nov 01 13:30:03 2018 +0100
@@ -634,6 +634,9 @@
         figure::properties& fp = Utils::properties<figure> (go);
 
         fp.set_boundingbox (d->m_bbox, d->m_internal, false);
+
+        if (d->m_internal)
+          emit d->m_figure->asyncUpdate ();
       }
 
     delete d;