[gedit/zbrown/deteplification-src: 355/633] highlight-mode-dialog: Disable focus properties of the selector




commit 4ea4244ddcd9dbabeeb0ec0f09fd21d87de515d5
Author: İsmail Arılık <arilik ismail gmail com>
Date:   Sun May 10 11:59:36 2020 +0300

    highlight-mode-dialog: Disable focus properties of the selector
    
    Selector itself shall not be focused; it is just a grid.
    
    Fixes #308.

 gedit/resources/ui/gedit-highlight-mode-dialog.ui | 3 ---
 1 file changed, 3 deletions(-)
---
diff --git a/gedit/resources/ui/gedit-highlight-mode-dialog.ui 
b/gedit/resources/ui/gedit-highlight-mode-dialog.ui
index 2484d76cd..31b8690bd 100644
--- a/gedit/resources/ui/gedit-highlight-mode-dialog.ui
+++ b/gedit/resources/ui/gedit-highlight-mode-dialog.ui
@@ -70,9 +70,6 @@
         <child>
           <object class="GeditHighlightModeSelector" id="selector">
             <property name="visible">True</property>
-            <property name="can_focus">True</property>
-            <property name="has_focus">True</property>
-            <property name="is_focus">True</property>
           </object>
           <packing>
             <property name="expand">False</property>


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