Thread: GuiSliderCtrl
View Single Post
  #10  
Old 02-27-2006, 03:30 PM
ApothiX ApothiX is offline
Okiesmokie
Join Date: May 2004
Posts: 1,447
ApothiX is on a distinguished road
Quote:
Originally Posted by Stefan
Currently the "ticks" are only for display, it will only snap to the closest tick if you press the Shift-key while moving the slider. Eventually we could add an option to always snap to the closest tick ?
could make it fairly easily with something like:

PHP Code:
function SliderCtrl.onAction() {
  
value int(value);

?
__________________


[06:24:19] * Parts: Skyld (i=silent@unaffiliated/skyld) ("Perhaps Okiesmokie did not realise that I like the boys. ")
Reply With Quote