-
-
Notifications
You must be signed in to change notification settings - Fork 270
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Themes] Use proper method to store theme font preference
We have to use this method for creating the font preference key for fonts so that the theme prefix is written and then it works with the high contrast theme. Normally a font is stored in org.eclipse.ui.workbench.prefs like this: com.archimatetool.editor.MODEL_TREE_FONT=<fontdata> and that works for all themes except the high contrast one. The high contrast theme stores it like this: org.eclipse.ui.ide.systemDefault.com.archimatetool.editor.MODEL_TREE_FONT=<fontdata>
- Loading branch information
Showing
2 changed files
with
40 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters