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

@@ -99,7 +99,7 @@ protected:
enum MouseOverAreas area;
double locallabRef; // Locallab reference value to display in the background
void draw ();
void updateDrawingArea (const ::Cairo::RefPtr< Cairo::Context> &cr);
void movePoint(bool moveX, bool moveY, bool pipetteDrag = false);
void defaultCurve (double iVal = 0.5);
void interpolate ();