diff --git a/NBTExplorerMac.csproj b/NBTExplorerMac.csproj index 03fae49..025e8b7 100644 --- a/NBTExplorerMac.csproj +++ b/NBTExplorerMac.csproj @@ -1,4 +1,4 @@ - + Debug @@ -80,18 +80,11 @@ - - - - - - - - + diff --git a/Resources/24/disk.png b/Resources/24/disk.png deleted file mode 100644 index c8e67af..0000000 Binary files a/Resources/24/disk.png and /dev/null differ diff --git a/Resources/24/folder-open.png b/Resources/24/folder-open.png deleted file mode 100644 index 7303582..0000000 Binary files a/Resources/24/folder-open.png and /dev/null differ diff --git a/Vendor/Be.Windows.Forms.HexBox/FileByteProvider.cs b/Vendor/Be.Windows.Forms.HexBox/FileByteProvider.cs index c3f89c5..905ec0c 100644 --- a/Vendor/Be.Windows.Forms.HexBox/FileByteProvider.cs +++ b/Vendor/Be.Windows.Forms.HexBox/FileByteProvider.cs @@ -168,6 +168,16 @@ namespace Be.Windows.Forms /// public event EventHandler LengthChanged; + /// + /// Never Used + /// + /// Event Args + protected virtual void OnLengthChanged (EventArgs e) + { + if (LengthChanged != null) + LengthChanged(this, e); + } + /// /// Reads a byte from the file. /// diff --git a/dead_bush.icns b/dead_bush.icns deleted file mode 100644 index 7c08f84..0000000 Binary files a/dead_bush.icns and /dev/null differ