[chronojump] ForceSensor analyze export changing images checkbox hide result label and open button
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] ForceSensor analyze export changing images checkbox hide result label and open button
- Date: Thu, 10 Jun 2021 09:32:52 +0000 (UTC)
commit 3581bf4b386544275b937fe60eca1dddd45c0c10
Author: Xavier de Blas <xaviblas gmail com>
Date: Thu Jun 10 11:32:22 2021 +0200
ForceSensor analyze export changing images checkbox hide result label and open button
src/gui/app1/forceSensorAnalyze.cs | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/src/gui/app1/forceSensorAnalyze.cs b/src/gui/app1/forceSensorAnalyze.cs
index 14de8dc94..af506a7de 100644
--- a/src/gui/app1/forceSensorAnalyze.cs
+++ b/src/gui/app1/forceSensorAnalyze.cs
@@ -696,6 +696,10 @@ public partial class ChronoJumpWindow
private void on_check_force_sensor_export_images_toggled (object o, EventArgs args)
{
hbox_force_sensor_export_width_height.Visible = check_force_sensor_export_images.Active;
+
+ //also hide the label and the open button
+ label_force_sensor_export_result.Text = "";
+ button_force_sensor_export_result_open.Visible = false;
}
private void on_radio_force_sensor_analyze_individual_current_set_toggled (object o, EventArgs args)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]