fixed UI
This commit is contained in:
@@ -31,7 +31,7 @@ class AppWindowPlotMixin(
|
||||
"""Draw collection based on currently selected processing mode."""
|
||||
if self._processing_mode.currentText() == "bscan":
|
||||
return self._draw_bscan_heatmap(collection)
|
||||
if self._processing_mode.currentText() == "gpr":
|
||||
if self._processing_mode.currentText() in {"gpr", "legacy_gpr"}:
|
||||
return self._draw_gpr_map(collection)
|
||||
return self._draw_trace_lines(collection)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user