mirror of https://github.com/WerWolv/ImHex.git
fix: Insert mode cursor not being visible
This commit is contained in:
parent
22e717d778
commit
7a1d163450
|
@ -99,6 +99,8 @@ namespace hex::ui {
|
||||||
color = m_selectionColor;
|
color = m_selectionColor;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
color = 0x00;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (color.has_value())
|
if (color.has_value())
|
||||||
|
|
Loading…
Reference in New Issue