From ecfcfebb7f0b3cc8d7fb8ba0b91233201f6c0e58 Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (h)" <j.wuttke@fz-juelich.de> Date: Thu, 9 Nov 2023 17:15:54 +0100 Subject: [PATCH] rm outcommented --- GUI/View/Mask/MaskGraphicsView.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/GUI/View/Mask/MaskGraphicsView.cpp b/GUI/View/Mask/MaskGraphicsView.cpp index 9377bbb5eb0..343e7ea8b45 100644 --- a/GUI/View/Mask/MaskGraphicsView.cpp +++ b/GUI/View/Mask/MaskGraphicsView.cpp @@ -68,13 +68,6 @@ void MaskGraphicsView::resizeEvent(QResizeEvent* event) { QWidget::resizeEvent(event); updateSize(event->size()); - // for(QGraphicsItem *graphicsItem : scene()->items()) { - // if(MaskGraphicsProxy *proxy = dynamic_cast<MaskGraphicsProxy *>(graphicsItem)) { - // proxy->resize(event->size()); - // scene()->setSceneRect(0,0,event->size().width(),event->size().height()); - // proxy->setPos(0,0); - // } - // } } void MaskGraphicsView::keyPressEvent(QKeyEvent* event) -- GitLab