Bug 468796 - ClassCastException in Theme$1.propertyChange (127)
authorvrubezhny <vrubezhny@exadel.com>
Fri, 5 Jun 2015 13:56:52 +0000 (16:56 +0300)
committerDani Megert <dmegert>
Mon, 12 Oct 2015 08:36:29 +0000 (10:36 +0200)
commit113bcc613f78da6eeb5a33c72e8013b7f04981f5
tree19e054df47728c8147cca83bd78936016385210c
parent7fa34afce6405b532efb8dfd3deb8d3ea9062c6a
Bug 468796 - ClassCastException in Theme$1.propertyChange (127)

Theme Property Change Listener is made to process values either of type FontData[] or String for fonts and
either of type RGB or String for colours. So it could process the typed values as well as their String representations.

Change-Id: I4c99f66fded977d3489c16a1164c25673efe3ec2
Signed-off-by: vrubezhny <vrubezhny@exadel.com>
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/themes/Theme.java