impr: Modernize the disassembler, hashes and yara view

This commit is contained in:
WerWolv
2024-12-24 10:57:09 +01:00
parent aad6f6bcbe
commit 512fcd361b
6 changed files with 63 additions and 42 deletions

View File

@@ -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)) {