Skip to content
This repository was archived by the owner on May 31, 2021. It is now read-only.

Commit 38d50fb

Browse files
committed
Fix font being different on different forms
1 parent ec5c9fe commit 38d50fb

17 files changed

+34
-37
lines changed

ILEditor/Editor.Designer.cs

Lines changed: 19 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ILEditor/Editor.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
using System;
55
using System.Collections.Generic;
66
using System.Diagnostics;
7+
using System.Drawing;
78
using System.IO;
89
using System.Threading;
910
using System.Windows.Forms;
@@ -115,7 +116,7 @@ public void AddTool(DockContent Content, DockState dock = DockState.Document, Bo
115116
else
116117
Content.Show(content, dock);
117118
}
118-
119+
119120
public static void OpenSource(RemoteSource Source)
120121
{
121122
SourceEditor sourcePanel;

ILEditor/Forms/LibraryList.Designer.cs

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ILEditor/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
using ILEditor.Classes;
99
using System.Deployment.Application;
1010
using System.Reflection;
11+
using System.Drawing;
1112

1213
namespace ILEditor
1314
{

ILEditor/Resources/Highlighting/Dark/darkRPG.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@
141141
<Word>DOU</Word>
142142
<Word>DOW</Word>
143143
<Word>DSPLY</Word>
144+
<Word>DATA-INTO</Word>
144145
<Word>DUMP</Word>
145146
<Word>ELSE</Word>
146147
<Word>ELSEIF</Word>

ILEditor/Resources/Highlighting/Light/lightRPG.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@
141141
<Word>DOU</Word>
142142
<Word>DOW</Word>
143143
<Word>DSPLY</Word>
144+
<Word>DATA-INTO</Word>
144145
<Word>DUMP</Word>
145146
<Word>ELSE</Word>
146147
<Word>ELSEIF</Word>

ILEditor/UserTools/BindingDirectory.Designer.cs

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ILEditor/UserTools/IFSBrowser.Designer.cs

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ILEditor/UserTools/MemberBrowse.Designer.cs

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ILEditor/UserTools/MemberSearchListing.Designer.cs

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)