refactor
added a timing solution to prevent windows from resizing when changing the frame option
This commit is contained in:
@@ -12,7 +12,7 @@ namespace PreviewToy
|
||||
{
|
||||
Application.EnableVisualStyles();
|
||||
Application.SetCompatibleTextRenderingDefault(true);
|
||||
Application.Run(new PreviewToyMain());
|
||||
Application.Run(new PreviewToyHandler());
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user