@@ -50,9 +50,9 @@ namespace ImageList {
50
50
{ type : 'colourpicker' , name : 'clrTernary' , onChange : c => onTernaryColourChange ( c ) , x : 16 , y : 56 , width : 12 , height : 12 } ,
51
51
{ type : 'checkbox' , x : 32 , y : 56 , width : 100 , height : 14 , text : 'Blend' } ,
52
52
{ type : 'label' , x : 16 , y : 74 , width : 50 , height : 14 , text : 'Palette:' } ,
53
- { type : 'spinner' , name : 'spnPalette' , x : 68 , y : 72 , width : 100 , height : 14 , text : '0' , isHoldable : true , onDecrement : ( ) => onDecrementPalette ( ) , onIncrement : ( ) => onIncrementPalette ( ) } ,
53
+ { type : 'spinner' , name : 'spnPalette' , x : 68 , y : 72 , width : 100 , height : 14 , text : '0' , onDecrement : ( ) => onDecrementPalette ( ) , onIncrement : ( ) => onIncrementPalette ( ) } ,
54
54
{ type : 'label' , x : 16 , y : 92 , width : 50 , height : 14 , text : 'Start ID:' } ,
55
- { type : 'spinner' , name : 'spnStartId' , x : 68 , y : 90 , width : 100 , height : 14 , isHoldable : true , text : startId . toString ( ) , onClick : ( ) => onSelectId ( ) , onDecrement : ( ) => onDecrementId ( ) , onIncrement : ( ) => onIncrementId ( ) } ,
55
+ { type : 'spinner' , name : 'spnStartId' , x : 68 , y : 90 , width : 100 , height : 14 , text : startId . toString ( ) , onClick : ( ) => onSelectId ( ) , onDecrement : ( ) => onDecrementId ( ) , onIncrement : ( ) => onIncrementId ( ) } ,
56
56
{ type : 'custom' , name : 'imageList' , x : 8 , y : 122 , width : 200 , height : 100 , onDraw : function ( g ) { onDrawImages ( this , g ) ; } }
57
57
] ,
58
58
onUpdate : ( ) => onUpdate ( )
0 commit comments