Skip to content
Snippets Groups Projects
Commit ecfcfebb authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

rm outcommented

parent 5c9ee141
No related branches found
No related tags found
1 merge request!2100further minor cleanup in GUI Mask context
...@@ -68,13 +68,6 @@ void MaskGraphicsView::resizeEvent(QResizeEvent* event) ...@@ -68,13 +68,6 @@ void MaskGraphicsView::resizeEvent(QResizeEvent* event)
{ {
QWidget::resizeEvent(event); QWidget::resizeEvent(event);
updateSize(event->size()); 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) void MaskGraphicsView::keyPressEvent(QKeyEvent* event)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment