Skip to content

Commit fefb0de

Browse files
committed
Don't update overlays as fsps
1 parent 59f34c9 commit fefb0de

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

piker/ui/_display.py

+18-18
Original file line numberDiff line numberDiff line change
@@ -783,25 +783,25 @@ def graphics_update_cycle(
783783
array_key=curve_name,
784784
)
785785

786-
# even if we're downsampled bigly
787-
# draw the last datum in the final
788-
# px column to give the user the mx/mn
789-
# range of that set.
790-
if (
791-
curve_name != fqsn
792-
and liv
793-
# and not do_px_step
794-
# and not do_rt_update
795-
):
796-
viz.draw_last(
797-
array_key=curve_name,
786+
# even if we're downsampled bigly
787+
# draw the last datum in the final
788+
# px column to give the user the mx/mn
789+
# range of that set.
790+
if (
791+
curve_name != fqsn
792+
and liv
793+
# and not do_px_step
794+
# and not do_rt_update
795+
):
796+
viz.draw_last(
797+
array_key=curve_name,
798798

799-
# TODO: XXX this is currently broken for the
800-
# `FlattenedOHLC` case since we aren't returning the
801-
# full x/y uppx's worth of src-data from
802-
# `draw_last_datum()` ..
803-
only_last_uppx=True,
804-
)
799+
# TODO: XXX this is currently broken for the
800+
# `FlattenedOHLC` case since we aren't returning the
801+
# full x/y uppx's worth of src-data from
802+
# `draw_last_datum()` ..
803+
only_last_uppx=True,
804+
)
805805

806806
profiler('overlays updates')
807807

0 commit comments

Comments
 (0)