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

@@ -57,7 +57,7 @@ class MyCurveIdleHelper;
class CurveEditor;
class EditDataProvider;
class MyCurve : public Gtk::DrawingArea, public BackBuffer, public ColorCaller, public CoordinateProvider, public rtengine::NonCopyable
class MyCurve : public Gtk::DrawingArea, public ColorCaller, public CoordinateProvider, public rtengine::NonCopyable
{
friend class MyCurveIdleHelper;
@@ -150,6 +150,6 @@ public:
void clearPixmap ()
{
myCurve->setDirty(true);
myCurve->queue_draw();
}
};