Fixing commit for merging. This is a new feature to add a gui button for

chaging the global thickness.
This commit is contained in:
Martin-Eckleben
2020-09-28 21:55:25 +02:00
committed by borgmanJeremy
parent 0401bf08ea
commit 1bf75693dd
14 changed files with 396 additions and 45 deletions

View File

@@ -126,6 +126,9 @@ static std::map<CaptureToolButton::ButtonType, int> buttonTypeOrder
#else
{ CaptureToolButton::TYPE_EXIT, 17 }, { CaptureToolButton::TYPE_PIN, 18 },
#endif
{ CaptureToolButton::TYPE_SIZEINCREASE, 20 },
{ CaptureToolButton::TYPE_SIZEDECREASE, 21 },
};
int CaptureToolButton::getPriorityByButton(CaptureToolButton::ButtonType b)
@@ -159,4 +162,6 @@ QVector<CaptureToolButton::ButtonType>
#endif
CaptureToolButton::TYPE_PIN,
CaptureToolButton::TYPE_CIRCLECOUNT,
CaptureToolButton::TYPE_SIZEINCREASE,
CaptureToolButton::TYPE_SIZEDECREASE,
};