Skip to content

Commit

Permalink
fix for null exception in .net 4.8 causing scaling not to apply
Browse files Browse the repository at this point in the history
  • Loading branch information
zbabac committed Nov 29, 2022
1 parent 71d8e0e commit f7b0c12
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@ public Form1()
//Thread.CurrentThread.CurrentUICulture = new CultureInfo("nb");
//Thread.CurrentThread.CurrentUICulture = new CultureInfo("sr-Cyrl");
InitializeComponent();
comboBoxPreset.SelectedIndex = 0;
comboBoxQuality.SelectedIndex = 0;
comboBoxAudioBitRate.SelectedIndex = 0;
comboBoxAudioStreamNo.SelectedIndex = 0;

DateTime datum = DateTime.Now;
if (datum.Month == 1 || datum.Month == 12)
{
Expand Down

0 comments on commit f7b0c12

Please sign in to comment.