mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 09:10:08 +00:00
remove extra method
This commit is contained in:
parent
dcee1b9c86
commit
ed60b18760
@ -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…
x
Reference in New Issue
Block a user