finally fixed #19

This commit is contained in:
Manuel Kamper 2024-08-18 15:57:10 +02:00
parent 339d9e328c
commit dd2239531d
2 changed files with 4 additions and 4 deletions

View File

@ -75,8 +75,7 @@
</setting>
</Mk0.Software.ImageSorter.Properties.Settings>
</userSettings>
<System.Windows.Forms.ApplicationConfigurationSection>
<add key="DpiAwareness" value="PerMonitorV2" />
<add key="EnableWindowsFormsHighDpiAutoResizing" value="false" />
</System.Windows.Forms.ApplicationConfigurationSection>
<System.Windows.Forms.ApplicationConfigurationSection>
<add key="DpiAwareness" value="SystemDPIAware"/>
</System.Windows.Forms.ApplicationConfigurationSection>
</configuration>

View File

@ -1297,6 +1297,7 @@ namespace Mk0.Software.ImageSorter
/// <param name="e"></param>
private void PictureBox_LoadCompleted(object sender, AsyncCompletedEventArgs e)
{
var x = comboBoxZoom.SelectedItem;
Zoom();
}