Rearrange to hopefully make merging easier
This commit is contained in:
parent
219999cd8d
commit
81b03d379e
29 changed files with 109 additions and 109 deletions
|
@ -136,9 +136,9 @@ impl QuickActionBarButton {
|
|||
}
|
||||
|
||||
impl RenderOnce for QuickActionBarButton {
|
||||
type Rendered = IconButton;
|
||||
type Output = IconButton;
|
||||
|
||||
fn render(self, _: &mut WindowContext) -> Self::Rendered {
|
||||
fn render(self, _: &mut WindowContext) -> Self::Output {
|
||||
let tooltip = self.tooltip.clone();
|
||||
let action = self.action.boxed_clone();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue