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

restore 'hand' cursor for zoom mode

parent a8ef36b7
No related branches found
No related tags found
1 merge request!2630colormap and overlays: correct cursors
Pipeline #148822 failed
......@@ -134,7 +134,7 @@ void MaskGraphicsScene::onActivityChanged(Canvas2DMode::Flag mode)
overlay->setAcceptedMouseButtons(zoomMode ? Qt::NoButton : Qt::LeftButton);
overlay->setCursor(zoomMode ? Qt::ArrowCursor : Qt::SizeAllCursor);
}
// ?? m_proxy->setCursor(zoomMode ? Qt::PointingHandCursor : Qt::ArrowCursor);
m_plot->setCursor(zoomMode ? Qt::PointingHandCursor : Qt::ArrowCursor);
}
void MaskGraphicsScene::cancelCurrentDrawing()
......
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