From 748c0150c23bdef9f6fd5f6a4fa2923e63c623dc Mon Sep 17 00:00:00 2001 From: PB Date: Sat, 7 Apr 2018 21:51:08 +0200 Subject: [PATCH] Clarify wxSL_SELRANGE description The user cannot select a range, the selection range can be changed only programatically. --- interface/wx/slider.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/slider.h b/interface/wx/slider.h index b97122ba53..68815389c5 100644 --- a/interface/wx/slider.h +++ b/interface/wx/slider.h @@ -58,7 +58,7 @@ @style{wxSL_BOTTOM} Displays ticks on the bottom (this is the default). @style{wxSL_SELRANGE} - Allows the user to select a range on the slider. Windows only. + Displays a highlighted selection range. Windows only. @style{wxSL_INVERSE} Inverses the minimum and maximum endpoints on the slider. Not compatible with wxSL_SELRANGE.