Skip to content

Commit

Permalink
ビルドエラーを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
creeper-0910 committed Jun 14, 2022
1 parent 6999154 commit a435a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lapce-ui/src/title.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ impl Widget<LapceWindowData> for Title {
&mut self,
ctx: &mut EventCtx,
event: &Event,
_data: &mut LapceWindowData,
data: &mut LapceWindowData,
_env: &Env,
) {
match event {
Expand Down

0 comments on commit a435a55

Please sign in to comment.