Dawoodoz / DFPSR

Fast realtime softare rendering library for C++14 using SSE/AVX/NEON. 2D, 3D and isometric rendering with minimal system dependencies.
https://dawoodoz.com/dfpsr.html
78 stars 6 forks source link

Fixed a bug in Toolbar #93

Closed Dawoodoz closed 9 months ago

Dawoodoz commented 9 months ago

Must have reasoned in the parent component's coordinate system when I wrote this bug, because child components have their coordinate system's origin at the upper left corner of the parent, so no reason to add it again.