mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-29 00:10:02 -05:00
build: Make ImHex fully compile with warnings enabled in MSVC
This commit is contained in:
@@ -204,7 +204,7 @@ namespace hex::plugin::diffing {
|
||||
|
||||
const auto availableSize = ImGui::GetContentRegionAvail();
|
||||
auto diffingColumnSize = availableSize;
|
||||
diffingColumnSize.y *= 3.5 / 5.0;
|
||||
diffingColumnSize.y *= 3.5F / 5.0F;
|
||||
diffingColumnSize.y -= ImGui::GetTextLineHeightWithSpacing();
|
||||
diffingColumnSize.y += height;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user