Skip to content

Correct upper limit shown in console browser for SF-OPTION controls (fixes #10796)

In the Script-Fu and Python-Fu browsers the range of valid values for an SF-OPTION control with n entries was being shown as 0 <= option <= n - this should show 0 <= option <= (n - 1)

Merge request reports