Make conditional logpoints underlined
This commit is contained in:
parent
2d35b7b99c
commit
0add0c5639
1 changed files with 1 additions and 1 deletions
|
@ -505,7 +505,7 @@ impl EditorView {
|
|||
{
|
||||
let style =
|
||||
if breakpoint.condition.is_some() && breakpoint.log_message.is_some() {
|
||||
error.add_modifier(Modifier::CROSSED_OUT)
|
||||
error.add_modifier(Modifier::UNDERLINED)
|
||||
} else if breakpoint.condition.is_some() {
|
||||
error
|
||||
} else if breakpoint.log_message.is_some() {
|
||||
|
|
Loading…
Add table
Reference in a new issue