Re: Windows support for HiDPI displays, call for feedback and testing

2015-06-06 Thread Dr. Michael Paus
Many thanks for the clarification. I'd also like to be more specific on the performance drop I observed but I have to admit that I don't have any idea what is going on there. The only thing I can say for sure is that I can consistently reproduce this drop in performance by switching between 8

Tick marks on slider

2015-06-06 Thread Sven Reimers
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? Sha