"Reset to default" values synchronized with the "Default" profile

This commit is contained in:
DrSlony
2012-06-26 21:08:12 +01:00
parent 340cb55dc9
commit 17d60e12b0
11 changed files with 27 additions and 24 deletions

View File

@@ -532,7 +532,7 @@ void ThresholdSelector::reset () {
positions[0] = defPos[0];
positions[1] = defPos[1];
positions[2] = defPos[2];
positions[2] = defPos[3];
positions[3] = defPos[3];
updateTooltip();
queue_draw ();
}