mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 06:10:06 -04:00
Add more doc-links in docstrings (#1419)
This commit is contained in:
@@ -66,7 +66,7 @@ impl epi::App for WrapApp {
|
||||
}
|
||||
|
||||
fn clear_color(&self) -> egui::Rgba {
|
||||
egui::Rgba::TRANSPARENT // we set a `CentralPanel` fill color in `demo_windows.rs`
|
||||
egui::Rgba::TRANSPARENT // we set a [`CentralPanel`] fill color in `demo_windows.rs`
|
||||
}
|
||||
|
||||
fn update(&mut self, ctx: &egui::Context, frame: &mut epi::Frame) {
|
||||
|
||||
Reference in New Issue
Block a user