Merge branch 'master' of github.com:rainmeter/rainmeter

This commit is contained in:
Birunthan Mohanathas 2013-04-12 19:41:10 +03:00
commit 3a70f91d15

View File

@ -185,7 +185,7 @@ namespace InputText
{
try
{
this.txtInput.Font = new Font(this.txtInput.Font.OriginalFontName, float.Parse(sSize));
this.txtInput.Font = new Font(this.txtInput.Font.Name, float.Parse(sSize));
}
catch { }
}