Feature #729
Jump method of SliderCtrl should be supported by LayoutDesigner.
Status: | Approved | Start date: | 03/22/2014 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Miroslav Fidler | % Done: | 0% | |
Category: | CtrlLib | Spent time: | - | |
Target version: | - |
Description
I think it would be nice if SliderCtrl option "Jump" will be supported by LayoutDesigner.
First of all, We need to improve "Jump" method by replacing return value from "void" to "SliderCtrl&". (SliderCtrl.h - line 45):
SliderCtrl& Jump(bool v = true) { jump = v; return *this; }
The second part is to patch .usc file just adding one line of code. (CtrlLib.usc - line 1261)
bool Jump = false;
History
#1 Updated by Miroslav Fidler about 11 years ago
- Status changed from Patch ready to Approved