diff libgui/graphics/BaseControl.h @ 26816:92ecc4a97b5c

Properly redraw uixx objects after Qt figure is (un)maximized (bug #53709) * BaseControl.[f,cc] (BaseControl::BaseControl): Set QObject name for further triage. (BaseControl::redraw): New method that forces an update of the position * Panel.cc (Panel::redraw): Force an update of the position. * ButtonGroup.cc (ButtonGroup::redraw): Ditto.
author Pantxo Diribarne <pantxo.diribarne@gmail.com>
date Thu, 28 Feb 2019 23:06:25 +0100
parents 00f796120a6d
children 028205a91a07
line wrap: on
line diff
--- a/libgui/graphics/BaseControl.h	Sat Mar 02 11:08:53 2019 -0800
+++ b/libgui/graphics/BaseControl.h	Thu Feb 28 23:06:25 2019 +0100
@@ -43,6 +43,7 @@
 
   protected:
     void init (QWidget *w, bool callBase = false);
+    void redraw (void);
     void update (int pId);
 
   private: