[chronojump] Removed OSX Chronopic disconnect message
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Removed OSX Chronopic disconnect message
- Date: Fri, 20 Sep 2019 16:26:38 +0000 (UTC)
commit 864935435000e888af48f6a4fdb8e6aa27a9999b
Author: Xavier de Blas <xaviblas gmail com>
Date: Fri Sep 20 11:35:23 2019 +0200
Removed OSX Chronopic disconnect message
src/gui/chronopicRegister.cs | 5 +++++
1 file changed, 5 insertions(+)
---
diff --git a/src/gui/chronopicRegister.cs b/src/gui/chronopicRegister.cs
index 7e5aa8dd..6ec7dea8 100644
--- a/src/gui/chronopicRegister.cs
+++ b/src/gui/chronopicRegister.cs
@@ -315,6 +315,10 @@ public class ChronopicRegisterWindow
private void createButtons()
{
+ /*
+ * not needed on new versions of OSX
+ * problem seems to be fixed
+ *
Frame frame = new Frame();
frame.ShadowType = ShadowType.In;
frame.LabelXalign = 0f;
@@ -335,6 +339,7 @@ public class ChronopicRegisterWindow
frame.Add(hbox_m);
vbox_main.Add(frame);
}
+ */
FakeButtonCloseSerialPort = new Gtk.Button();
Gtk.Button button_close_serial_port = new Gtk.Button("Close serial port (debug)");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]