tgjones / gemini

Gemini is an IDE framework similar in concept to the Visual Studio Shell. It uses AvalonDock and has an MVVM architecture based on Caliburn Micro.
Other
1.1k stars 298 forks source link

Avoid full repaint when settings are applied and theme is unchanged #356

Closed jetelain closed 1 year ago

jetelain commented 1 year ago

When settings are applied the Main Window flicker. This PR avoids the repaint when theme is unchanged avoiding the flicker.