We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 58669cc + 3eb288d commit f077f21Copy full SHA for f077f21
Source/Objects/ScalarObject.h
@@ -361,7 +361,7 @@ class DrawableSymbol final : public DrawableTemplate
361
handleMouseDrag(e.getEventRelativeTo(this));
362
};
363
}
364
-d
+
365
void render(NVGcontext* nvg) override
366
{
367
auto const scale = canvas->isZooming ? canvas->getRenderScale() * 2.0f : canvas->getRenderScale() * std::max(1.0f, getValue<float>(canvas->zoomScale));
0 commit comments