On Gauges, changing the Min and Max value doesn't properly Update the ticks

Issue #48 new
Patrick Kutch created an issue

I've created a gauge (any wiht tick marks and #'s on the face), and then after it's been displayed, I try to change its value range with:

    _Gauge.setMinValue(NewMinValue);
    _Gauge.setMaxValue(NewMaxValue);

The needle and any numeric value indicator update properly, however the #'s on the tick marks do not update.

Happy to try and fix this for you if you can give me a pointer.

Comments (1)

  1. Log in to comment