[chronojump] Encoder button_finish without tooltip on networks
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Encoder button_finish without tooltip on networks
- Date: Fri, 28 Feb 2020 15:28:47 +0000 (UTC)
commit d380814fa6c55bf79bb94477a68db63b72dbe144
Author: Xavier de Blas <xaviblas gmail com>
Date: Fri Feb 28 16:28:10 2020 +0100
Encoder button_finish without tooltip on networks
src/gui/networks.cs | 5 +++++
1 file changed, 5 insertions(+)
---
diff --git a/src/gui/networks.cs b/src/gui/networks.cs
index bd193553..25ebed88 100644
--- a/src/gui/networks.cs
+++ b/src/gui/networks.cs
@@ -154,6 +154,11 @@ public partial class ChronoJumpWindow
label_encoder_exercise_encoder.Visible = false;
hbox_encoder_exercise_encoder.Visible = false;
+ //on networks do not show tooltip of button_encoder_capture_finish button
+ //because on pressing capture, the position pressed on the screen corresponds to the
finish button
+ //and then tooltip appears during all capture, so hide this tooltip
+ button_encoder_capture_finish.TooltipText = "";
+
//don't show encoder 1-cont buttons
vbox_encoder_capture_1_or_cont.Visible = false;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]