[chronojump] If on encoder capture tab only signal has to be shown: show it.
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] If on encoder capture tab only signal has to be shown: show it.
- Date: Wed, 27 Apr 2022 09:53:31 +0000 (UTC)
commit bfc27fa70b34a2ac4641e2804f2dbfa58d1bd648
Author: Xavier de Blas <xaviblas gmail com>
Date: Wed Apr 27 11:52:24 2022 +0200
If on encoder capture tab only signal has to be shown: show it.
src/gui/app1/encoder.cs | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/src/gui/app1/encoder.cs b/src/gui/app1/encoder.cs
index 81b327188..c6b937b46 100644
--- a/src/gui/app1/encoder.cs
+++ b/src/gui/app1/encoder.cs
@@ -1369,7 +1369,8 @@ public partial class ChronoJumpWindow
(check_encoder_capture_bars.Active || check_encoder_capture_table.Active);
vbox_encoder_bars_table_and_save_reps.Visible =
- (check_encoder_capture_bars.Active || check_encoder_capture_table.Active);
+ (check_encoder_capture_bars.Active || check_encoder_capture_table.Active ||
+ check_encoder_capture_signal.Active);
hbox_encoder_capture_show_need_one.Visible =
! (check_encoder_capture_bars.Active || check_encoder_capture_table.Active ||
check_encoder_capture_signal.Active);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]