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;
|
||||
}
|
||||
}
|
||||
} else {
|
||||
color = 0x00;
|
||||
}
|
||||
|
||||
if (color.has_value())
|
||||
|
Loading…
x
Reference in New Issue
Block a user