mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
impr: Modernize the disassembler, hashes and yara view
This commit is contained in:
@@ -512,7 +512,9 @@ namespace ImGuiExt {
|
||||
PushStyleVar(ImGuiStyleVar_FrameBorderSize, 0.0F);
|
||||
|
||||
PushStyleColor(ImGuiCol_Text, iconColor);
|
||||
ImGui::PushID(text);
|
||||
Button(icon);
|
||||
ImGui::PopID();
|
||||
PopStyleColor();
|
||||
|
||||
if (IsItemHovered(ImGuiHoveredFlags_AllowWhenDisabled)) {
|
||||
|
||||
Reference in New Issue
Block a user