add patch for stretching issue on AutoSize of RadTextBoxControl
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using HarmonyLib;
|
||||
using System.Reflection;
|
||||
|
||||
namespace Pilz.UI.Telerik.Patches;
|
||||
|
||||
@@ -6,6 +7,6 @@ public static class Patches
|
||||
{
|
||||
public static void Initialize(Harmony harmony)
|
||||
{
|
||||
harmony.PatchAll();
|
||||
harmony.PatchAll(Assembly.GetExecutingAssembly());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user