Add hidpi support for threshold selector and curves

This commit is contained in:
Pandagrapher
2022-12-25 15:35:25 +01:00
parent 3c348599dc
commit c48531448e
15 changed files with 302 additions and 566 deletions

View File

@@ -64,7 +64,7 @@ protected:
bool bghistvalid;
double locallabRef; // Locallab reference value to display in the background
void draw (int handle);
void updateDrawingArea (const int handle, const ::Cairo::RefPtr< Cairo::Context> &cr);
void interpolate ();
void findClosestPoint();
CursorShape motionNotify(CursorShape type, double minDistanceX, double minDistanceY, int num);