This commit is contained in:
Ulf
2013-06-13 01:14:27 +02:00
parent 57265e71d0
commit 07f1efab68
2 changed files with 3 additions and 1 deletions

View File

@@ -34,6 +34,8 @@ namespace PreviewToy
layouts = new Dictionary<IntPtr, Dictionary<IntPtr, Point>>();
ignoring_size_sync = new Stopwatch();
InitializeComponent();
init_options();
@@ -43,7 +45,7 @@ namespace PreviewToy
dispatcherTimer.Interval = new TimeSpan(0, 0, 1);
dispatcherTimer.Start();
ignoring_size_sync = new Stopwatch();
is_initialized = true;
}

Binary file not shown.