1
0
mirror of synced 2025-02-20 04:01:01 +01:00

fix: Pattern editor being shifted to the left on evaluate

This commit is contained in:
WerWolv 2025-02-16 20:50:49 +01:00
parent 806d6148eb
commit 1d9934830b

View File

@ -1089,10 +1089,6 @@ namespace hex::plugin::builtin {
ImGui::PopFont();
ImGui::SetCursorPosY(ImGui::GetCursorPosY() + ImGui::GetStyle().FramePadding.y + 1_scaled);
if (m_patternEvaluating && m_runningEvaluators == 0) {
m_patternEvaluating = false;
m_textEditor.JumpToLine();
}
}
void ViewPatternEditor::drawEnvVars(ImVec2 size, std::list<EnvVar> &envVars) {