Yes, please file a bug. -- Kevin
Sven Reimers wrote:
Hi,
my assumption was that
Slider s_v6 = new Slider(0, 100, 50);
s_v6.setShowTickMarks(true);
would show all tick marks (minor and major), but it seems that major ones
are missing. If I add
s_v6.setShowTickLabels(true)
label and major ticks are shown. Seems there is no workaround?
Shall I file a bug (seems I still can do this in a lightweight mode until
transition is finished).
-Sven
