fix: Insert mode cursor not being visible

This commit is contained in:
WerWolv 2024-05-17 23:51:26 +02:00
parent 22e717d778
commit 7a1d163450
1 changed files with 2 additions and 0 deletions

View File

@ -99,6 +99,8 @@ namespace hex::ui {
color = m_selectionColor;
}
}
} else {
color = 0x00;
}
if (color.has_value())