SHCSelector, ThresholdSelector, LabGrid and Curves now handles HiDPI

see issue #3547
This commit is contained in:
Hombre
2019-01-02 18:04:58 +01:00
parent a9cf56a957
commit 78fa7dc063
20 changed files with 1551 additions and 1142 deletions

View File

@@ -100,8 +100,8 @@ protected:
double positions[4];
eUpdatePolicy updatePolicy;
const static int hb = 3; // horizontal border
const static int vb = 0; // vertical border
constexpr static double sliderWidth = 11.; // constant must be an odd value
constexpr static double verticalSliderPaddingFactor = 1.5 / 7.;
void initValues ();
void findLitCursor(int posX, int posY);