Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 462241

Summary: Can't change the font size in the editor styles
Product: [ECD] Orion Reporter: Umar Bolatov <ubolatov>
Component: ClientAssignee: Umar Bolatov <ubolatov>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: curtis.windatt.public
Version: unspecified   
Target Milestone: 9.0   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Umar Bolatov CLA 2015-03-16 09:58:53 EDT
1. Go to "Settings" -> "Editor Styles" tab
2. Try to change the font size

Nothing happens. The problem is caused by the previous commit which checked if the value being passed to the theme updater is a hex color. The font size is not a hex color, therefore it is being ignored currently.
Comment 1 Umar Bolatov CLA 2015-04-08 09:51:40 EDT
Fixed