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

in MaskGraphicsScene c'tor rm setSceneRect, which doesn't help when scene is shown again

parent 9175feb9
No related branches found
No related tags found
1 merge request!2273minor cleanup, projections are segfaulting anyway
...@@ -62,7 +62,6 @@ MaskGraphicsScene::MaskGraphicsScene() ...@@ -62,7 +62,6 @@ MaskGraphicsScene::MaskGraphicsScene()
, m_drawing_in_progress(false) , m_drawing_in_progress(false)
, m_mask_value(MaskFlags::MASK_ON) , m_mask_value(MaskFlags::MASK_ON)
{ {
setSceneRect(0, 0, 800, 600);
connect(this, &QGraphicsScene::selectionChanged, [this] { onSceneSelectionChanged(); }); connect(this, &QGraphicsScene::selectionChanged, [this] { onSceneSelectionChanged(); });
} }
......
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