Fix rebase issues
This commit is contained in:
parent
3ed50708ac
commit
7fcf9022b4
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ fn render_quick_action_bar_button<
|
||||||
let theme = theme::current(cx);
|
let theme = theme::current(cx);
|
||||||
let (tooltip_text, action) = tooltip;
|
let (tooltip_text, action) = tooltip;
|
||||||
|
|
||||||
MouseEventHandler::<QuickActionBarButton, _>::new(index, cx, |mouse_state, _| {
|
MouseEventHandler::new::<QuickActionBarButton, _>(index, cx, |mouse_state, _| {
|
||||||
let style = theme
|
let style = theme
|
||||||
.workspace
|
.workspace
|
||||||
.toolbar
|
.toolbar
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue