diff libgui/graphics/Table.h @ 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 4d1c6c60f6b3
children 028205a91a07
line wrap: on
line diff
--- a/libgui/graphics/Table.h	Sun Mar 03 17:15:37 2019 +0100
+++ b/libgui/graphics/Table.h	Sun Mar 03 18:19:12 2019 +0100
@@ -50,7 +50,7 @@
 
   protected:
     void update (int pId);
-    //void redraw (void);
+    void redraw (void);
     void updateColumnname (void);
     void updateColumnwidth (void);
     void updateData (void);