show hover dot instead of cursor while drawing
This commit is contained in:
@@ -14,6 +14,8 @@ void paint(QCanvasPainter *painter) override;
|
||||
private:
|
||||
QColor m_penColor;
|
||||
float m_penWidth = 4.f;
|
||||
bool m_hoverVisible = false;
|
||||
QPointF m_hoverPoint;
|
||||
|
||||
QVector<Stroke> m_strokes;
|
||||
Stroke m_currentStroke;
|
||||
|
||||
Reference in New Issue
Block a user