mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
remove extra method
This commit is contained in:
parent
dcee1b9c86
commit
ed60b18760
1 changed files with 1 additions and 1 deletions
|
|
@ -427,7 +427,7 @@ impl Reader {
|
|||
text_view.set_cursor_from_name(Some("pointer"));
|
||||
|
||||
// Show tooltip | @TODO set_gutter option?
|
||||
text_view.set_tooltip_text(Some(uri.to_string().as_str()));
|
||||
text_view.set_tooltip_text(Some(&uri.to_string()));
|
||||
|
||||
// Redraw required to apply changes immediately
|
||||
text_view.queue_draw();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue