config option to allow using custom interp factor

This commit is contained in:
n00mkrad
2021-08-24 15:43:29 +02:00
parent 6db9a1b767
commit 08f6da55e7
4 changed files with 47 additions and 4 deletions

View File

@@ -322,6 +322,7 @@
this.interpFactorCombox.Size = new System.Drawing.Size(100, 23);
this.interpFactorCombox.TabIndex = 7;
this.interpFactorCombox.SelectedIndexChanged += new System.EventHandler(this.interpFactorCombox_SelectedIndexChanged);
this.interpFactorCombox.TextUpdate += new System.EventHandler(this.interpFactorCombox_SelectedIndexChanged);
//
// label4
//