diff libgui/graphics/Figure.cc @ 26820:0a383bddfb40

Also update uitbale position when figure is (un)maximized (bug #53709) * Table.[h,cc] (Table::Table): Set qobject name for further triage. (Table::redraw): Reimplement Object::redraw to update the uitable position. * Figure.cc (Figure::redraw): Call slotRedraw on uitable widgets aswell.
author Pantxo Diribarne <pantxo.diribarne@gmail.com>
date Sun, 03 Mar 2019 18:19:12 +0100
parents 92ecc4a97b5c
children f9b10a8a7c93
line wrap: on
line diff
--- a/libgui/graphics/Figure.cc	Sun Mar 03 17:15:37 2019 +0100
+++ b/libgui/graphics/Figure.cc	Sun Mar 03 18:19:12 2019 +0100
@@ -335,7 +335,8 @@
       {
         if (qobj->objectName () == "UIPanel"
             || qobj->objectName () == "UIButtonGroup"
-            || qobj->objectName () == "UIControl")
+            || qobj->objectName () == "UIControl"
+            || qobj->objectName () == "UITable")
           {
             Object *obj = Object::fromQObject (qobj);