[chronojump] Fixed double logo on encoder after change to menu_tiny



commit 1ade0f32044f46d8057e8b1437d3a96b2616f756
Author: Xavier de Blas <xaviblas gmail com>
Date:   Fri Apr 17 09:41:10 2020 +0200

    Fixed double logo on encoder after change to menu_tiny

 src/gui/app1/menu.cs      | 2 --
 src/gui/app1/menu_tiny.cs | 3 ++-
 2 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/src/gui/app1/menu.cs b/src/gui/app1/menu.cs
index cda90143..c123c590 100644
--- a/src/gui/app1/menu.cs
+++ b/src/gui/app1/menu.cs
@@ -197,8 +197,6 @@ public partial class ChronoJumpWindow
                        image_logo_encoder_transp.Visible = false;
                        radio_show_menu_and_persons_adjust_height(false);
                }
-
-               viewport_image_logo_encoder.Visible = true;
        }
 
        private void radio_show_menu_and_persons_adjust_height(bool toTransparentImage)
diff --git a/src/gui/app1/menu_tiny.cs b/src/gui/app1/menu_tiny.cs
index ac945831..c8f4502e 100644
--- a/src/gui/app1/menu_tiny.cs
+++ b/src/gui/app1/menu_tiny.cs
@@ -87,7 +87,8 @@ public partial class ChronoJumpWindow
 
                image_logo_contacts_transp.Visible = false;
                frame_logo_contacts.Visible = false;
-               viewport_image_logo_encoder.Visible = false;
+               image_logo_encoder_transp.Visible = false;
+               frame_logo_encoder.Visible = false;
 
                if(UtilGtk.ColorIsOkWithLogoTransparent 
(UtilGtk.ColorParse(preferences.colorBackgroundString)))
                {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]