editor: Do not use breakpoint color for run indicators (#27063)
Closes #ISSUE Release Notes: - N/A
This commit is contained in:
parent
44fff08ed6
commit
c3b5046347
1 changed files with 1 additions and 5 deletions
|
@ -6317,11 +6317,7 @@ impl Editor {
|
||||||
breakpoint: Option<(Anchor, Breakpoint)>,
|
breakpoint: Option<(Anchor, Breakpoint)>,
|
||||||
cx: &mut Context<Self>,
|
cx: &mut Context<Self>,
|
||||||
) -> IconButton {
|
) -> IconButton {
|
||||||
let color = if breakpoint.is_some() {
|
let color = Color::Muted;
|
||||||
Color::Debugger
|
|
||||||
} else {
|
|
||||||
Color::Muted
|
|
||||||
};
|
|
||||||
|
|
||||||
let position = breakpoint.as_ref().map(|(anchor, _)| *anchor);
|
let position = breakpoint.as_ref().map(|(anchor, _)| *anchor);
|
||||||
let bp_kind = Arc::new(
|
let bp_kind = Arc::new(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue