mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-01-06 09:03:58 +00:00
fix - Line starts from the different point after changing line color
(cherry picked from commit 208f930d4e9425db6c58abd8ffdb2cc0fb6c685a)
This commit is contained in:
committed by
borgmanJeremy
parent
5442f0045f
commit
ea5cf3e042
@@ -408,6 +408,7 @@ void CaptureWidget::mousePressEvent(QMouseEvent* e)
|
||||
&CaptureTool::requestAction,
|
||||
this,
|
||||
&CaptureWidget::handleButtonSignal);
|
||||
m_context.mousePos = e->pos();
|
||||
m_activeTool->drawStart(m_context);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user