matlo / GIMX

The GIMX software.
GNU General Public License v3.0
590 stars 105 forks source link

Show wheel range in command window #607

Closed matlo closed 5 years ago

matlo commented 5 years ago

This was unintentionally dropped in GIMX 7.1.

    case E_DATA_TYPE_RANGE:
        ginfo(_("adjust wheel range to %u degrees\n"), data->range.value);
        break;