https://bugs.kde.org/show_bug.cgi?id=421084
Bug ID: 421084
Summary: t variable is reasigned in kis_color_selector.cpp
Product: krita
Version: git master
Platform: Compiled Sources
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: General
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
```
qreal t = (pt.x() - m_lightStripArea.x()) /
qreal(m_lightStripArea.width());
t = (pt.y() - m_lightStripArea.y()) / qreal(m_lightStripArea.height());
```
https://invent.kde.org/kde/krita/-/blob/master/plugins/dockers/artisticcolorselector/kis_color_selector.cpp#L348-349
--
You are receiving this mail because:
You are watching all bug changes.