Skip to content

Commit

Permalink
Workaround for the scrolling issue of the HexViewer.
Browse files Browse the repository at this point in the history
  • Loading branch information
EliotVU committed Oct 5, 2023
1 parent 8a31d09 commit 40529c8
Show file tree
Hide file tree
Showing 5 changed files with 564 additions and 868 deletions.
11 changes: 9 additions & 2 deletions UE Explorer/UE Explorer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,9 @@
<Compile Include="UI\Dialogs\StructureInputDialog.Designer.cs">
<DependentUpon>StructureInputDialog.cs</DependentUpon>
</Compile>
<Compile Include="UI\Forms\HexViewerPanel.Designer.cs">
<DependentUpon>HexViewerPanel.cs</DependentUpon>
</Compile>
<Compile Include="UI\Panels\WebViewPanel.cs">
<SubType>UserControl</SubType>
</Compile>
Expand All @@ -223,7 +226,7 @@
<DependentUpon>HexViewerFAQ.cs</DependentUpon>
</Compile>
<Compile Include="UI\Forms\HexViewerPanel.cs">
<SubType>Component</SubType>
<SubType>UserControl</SubType>
</Compile>
<Compile Include="UI\Main\ProgramConsole.cs">
<SubType>Form</SubType>
Expand Down Expand Up @@ -356,6 +359,10 @@
<EmbeddedResource Include="UI\Forms\HexViewerControl.nl.resx">
<DependentUpon>HexViewerControl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UI\Forms\HexViewerPanel.resx">
<DependentUpon>HexViewerPanel.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="UI\Main\ProgramConsole.resx">
<DependentUpon>ProgramConsole.cs</DependentUpon>
</EmbeddedResource>
Expand Down Expand Up @@ -531,7 +538,7 @@
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<ProjectExtensions>
<VisualStudio>
<UserProperties BuildVersion_UpdateAssemblyVersion="True" BuildVersion_UpdateFileVersion="True" BuildVersion_BuildVersioningStyle="None.None.Increment.None" />
<UserProperties BuildVersion_BuildVersioningStyle="None.None.Increment.None" BuildVersion_UpdateFileVersion="True" BuildVersion_UpdateAssemblyVersion="True" />
</VisualStudio>
</ProjectExtensions>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
45 changes: 22 additions & 23 deletions UE Explorer/UI/Forms/HexViewerControl.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 40529c8

Please sign in to comment.