mirror of https://github.com/WerWolv/ImHex
fix: Tutorial highlights not always being visible still
This commit is contained in:
parent
d4df465633
commit
9d5cdaeb33
|
|
@ -206,7 +206,7 @@ namespace hex {
|
|||
|
||||
void TutorialManager::drawHighlights() {
|
||||
if (s_helpHoverActive) {
|
||||
const auto &drawList = ImGui::GetForegroundDrawList();
|
||||
const auto &drawList = ImGui::GetForegroundDrawList(ImGui::GetMainViewport());
|
||||
drawList->AddText(ImGui::GetMousePos() + scaled({ 10, -5, }), ImGui::GetColorU32(ImGuiCol_Text), "?");
|
||||
|
||||
for (const auto &[id, boundingBox] : *s_interactiveHelpDisplays) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue