---
This commit is contained in:
@@ -34,6 +34,8 @@ namespace PreviewToy
|
|||||||
|
|
||||||
layouts = new Dictionary<IntPtr, Dictionary<IntPtr, Point>>();
|
layouts = new Dictionary<IntPtr, Dictionary<IntPtr, Point>>();
|
||||||
|
|
||||||
|
ignoring_size_sync = new Stopwatch();
|
||||||
|
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
init_options();
|
init_options();
|
||||||
|
|
||||||
@@ -43,7 +45,7 @@ namespace PreviewToy
|
|||||||
dispatcherTimer.Interval = new TimeSpan(0, 0, 1);
|
dispatcherTimer.Interval = new TimeSpan(0, 0, 1);
|
||||||
dispatcherTimer.Start();
|
dispatcherTimer.Start();
|
||||||
|
|
||||||
ignoring_size_sync = new Stopwatch();
|
|
||||||
|
|
||||||
is_initialized = true;
|
is_initialized = true;
|
||||||
}
|
}
|
||||||
|
Binary file not shown.
Reference in New Issue
Block a user