From 24ed1f71f66e47c85c0c6721e1448813123bf0c8 Mon Sep 17 00:00:00 2001 From: goet <6637097+goet@users.noreply.github.com> Date: Sat, 21 Sep 2024 07:54:48 +0200 Subject: [PATCH] Fix medical PDA/health analyzer long range intel bug (#31879) * hide spriteview from health analyzer while inactive * add out of range indicator if analyzer becomes inactive * hide out of range icon if there is no patient data --- .../HealthAnalyzer/UI/HealthAnalyzerWindow.xaml | 1 + .../UI/HealthAnalyzerWindow.xaml.cs | 2 ++ .../Misc/health_analyzer_out_of_range.png | Bin 0 -> 224 bytes 3 files changed, 3 insertions(+) create mode 100644 Resources/Textures/Interface/Misc/health_analyzer_out_of_range.png diff --git a/Content.Client/HealthAnalyzer/UI/HealthAnalyzerWindow.xaml b/Content.Client/HealthAnalyzer/UI/HealthAnalyzerWindow.xaml index 97968c4b99..19d00a0bbf 100644 --- a/Content.Client/HealthAnalyzer/UI/HealthAnalyzerWindow.xaml +++ b/Content.Client/HealthAnalyzer/UI/HealthAnalyzerWindow.xaml @@ -21,6 +21,7 @@ Orientation="Vertical"> +