]> git.siccegge.de Git - frida/frida.git/blobdiff - src/gui/widgets/BasicBlockWidget.hxx
Fix redraw bug -- call prepareGeometryChange()
[frida/frida.git] / src / gui / widgets / BasicBlockWidget.hxx
index 30eeb69d81ec30fa9c535645a76f020010c5f5bb..ba1153ebacde883767cae2f42b39f0d37cc02e4e 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef INCLUDE__BasicBlockWidget_hxx
 #define INCLUDE__BasicBlockWidget_hxx
 
-#include "gui/qt.hxx"
+#include "qt.hxx"
 #include <vector>
 #include <cassert>
 #include <tuple>
@@ -60,6 +60,7 @@ private:
        void populateWidget();
        void changeCommentHandler(ChangeCommentEvent* event);
        QString formatComments(Instruction* inst);
+       void updateSize();
 
        uint32_t width, height;
        QString name;