https://bz.apache.org/bugzilla/show_bug.cgi?id=59995
--- Comment #6 from Felix Schumacher <[email protected]> --- Date: Fri Feb 10 20:35:29 2017 New Revision: 1782519 URL: http://svn.apache.org/viewvc?rev=1782519&view=rev Log: Use instanceof instead of a string compare to get the font objects to scale. Differentiate between Fonts and the more special FontUIResource instances. Store the new Font instances in the UIDefaults instead of the UIManager. The last change is needed on ubuntu to make the zoom feature usable for more then one step. Bugzilla Id: 59995 Modified: jmeter/trunk/src/core/org/apache/jmeter/util/JMeterUtils.java -- You are receiving this mail because: You are the assignee for the bug.
