• Caterpillar
    Caterpillar
    tboeckel
    Posts: 21 from 2009/10/29
    From: Germany
    The undo levels slider is a plain Slider.mui object without any fancy stuff:
    Code:
    data->undosize = SliderObject,
    MUIA_ShortHelp, tr(HelpBubble_UndoLevel),
    MUIA_Numeric_Min, 0,
    MUIA_Numeric_Max, 2000,
    MUIA_CycleChain, TRUE,
    End,


    Neither AmigaOS3 nor AmigaOS4 nor AROS have any problem in this respect, thus I suppose it is an MUI4/MorphOS specific issue.
  • »30.06.10 - 07:51
    Profile