Skip to content

Commit c149498

Browse files
committed
fix
1 parent 376fbfe commit c149498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

egui_plot/src/plot.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1581,7 +1581,7 @@ impl<'a> Plot<'a> {
15811581
let complete_rect = self.calculate_widget_complete_rect(ui);
15821582

15831583
let (axis_widgets, plot_rect) = axis_widgets(
1584-
PlotMemory::load(ui.ctx(), plot_id).as_ref(), // TODO(emilk): avoid loading plot memory twice
1584+
PlotMemory::load(ui.ctx(), plot_id).as_ref(), // TODO #164: avoid loading plot memory twice
15851585
self.show_axes,
15861586
complete_rect,
15871587
[&self.x_axes, &self.y_axes],

0 commit comments

Comments
 (0)