Skip to content

Commit

Permalink
Update crates/viewer/re_ui/src/ui_layout.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine Beyeler <[email protected]>
  • Loading branch information
grtlr and abey79 authored Jan 30, 2025
1 parent 9001c38 commit 7ddf017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/viewer/re_ui/src/ui_layout.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ impl UiLayout {

fn decorate_url(ui: &mut egui::Ui, text: &str, galley: Arc<egui::Galley>) -> egui::Response {
if url::Url::parse(text).is_ok() {
ui.re_hyperlink(text, text)
ui.re_hyperlink(galley, text)
} else {
ui.label(galley)
}
Expand Down

0 comments on commit 7ddf017

Please sign in to comment.