Replies: 1 comment
-
Here is a simple app that shows the background white of the TextWidget before the theme gets applied. Make sure the eclipse theme is set to dark. Launch the project, open the Sample Category | Sample View, close down and reopen the launch (without -clearPersistedState -clean) so the Sample View is show on startup. I am doing something wrong or their is some timing issue with the css style engine? Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have a plugin that uses the @PostConstruct to create its Part Descriptor (model fragment). I have a dark theme set on the ide in General | Appearance. As the plugin starts and creates the view (in CTabItem, in the view) I get a white background flash from the TextViewer widget and then it reverts to the dark theme colour as the startup sequence completes.
If I close the view and reopen the view, it I do not get this white flash.
What would be the correct way to eliminate this flash (if any) on startup only.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions