Commit 9246e8b

mokhan <mokhan@ce5e1baf-6525-42e4-a1b2-857ea38da20a>
2009-03-13 21:36:40
trying to reduce flicker.
git-svn-id: https://svn.xp-dev.com/svn/mokhan-mo.money@73 ce5e1baf-6525-42e4-a1b2-857ea38da20a
1 parent f208a53
Changed files (1)
trunk
product
MyMoney
Presentation
trunk/product/MyMoney/Presentation/Views/Shell/ApplicationShell.cs
@@ -17,6 +17,7 @@ namespace MoMoney.Presentation.Views.Shell
         public ApplicationShell()
         {
             InitializeComponent();
+            SetStyle(ControlStyles.DoubleBuffer | ControlStyles.AllPaintingInWmPaint | ControlStyles.UserPaint, true);
             regions = new Dictionary<string, Control>
                           {
                               {GetType().FullName, this},