diff options
author | jstebbins <[email protected]> | 2014-01-18 00:12:30 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2014-01-18 00:12:30 +0000 |
commit | fbd436be448583b36985e54f383bf6b99e423507 (patch) | |
tree | 5cdbd1246a7d6fa1c5d4e851e633946e7dd51ad0 /gtk | |
parent | 387136724f4ee38a3a3dfb05e8bcc037fe9f992a (diff) |
LinGui: fix problem with un-editable GtkEntry fields
This affected custom denoise, deinterlace, and decomb
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5983 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/src/ghb.ui | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index 960fbbece..4f2ee52eb 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -3802,7 +3802,7 @@ weather-clear</property> <signal name="changed" handler="srt_changed_cb" swapped="no"/> <child internal-child="entry"> <object class="GtkEntry" id="combobox-entry1"> - <property name="can_focus">False</property> + <property name="can_focus">True</property> </object> </child> </object> @@ -8816,7 +8816,7 @@ Encoders are most effecient when the video dimensions are aligned to some specif </child> <child> <object class="GtkEntry" id="PictureDenoiseCustom"> - <property name="can_focus">False</property> + <property name="can_focus">True</property> <property name="tooltip_text" translatable="yes">Custom denoise filter string format SpatialLuma:SpatialChroma:TemporalLuma:TemporalChroma</property> <property name="width_chars">8</property> @@ -8908,7 +8908,7 @@ Encoders are most effecient when the video dimensions are aligned to some specif </child> <child> <object class="GtkEntry" id="PictureDetelecineCustom"> - <property name="can_focus">False</property> + <property name="can_focus">True</property> <property name="tooltip_text" translatable="yes">Custom detelecine filter string format JunkLeft:JunkRight:JunkTop:JunkBottom:StrictBreaks:MetricPlane:Parity</property> <property name="width_chars">8</property> @@ -9000,7 +9000,7 @@ The classic deinterlace filter is applied to all frames. Frames that are not int </child> <child> <object class="GtkEntry" id="PictureDecombCustom"> - <property name="can_focus">False</property> + <property name="can_focus">True</property> <property name="tooltip_text" translatable="yes">Custom decomb filter string format Mode:SpatialMetric:MotionThresh:SpatialThresh:BlockThresh:BlockWidth:BlockHeight:MagnitudeThres:VarianceThres:LaplacianThresh:DilationThresh:ErosionThresh:NoiseThresh:MaxSearchDistance:PostProcessing:Parity</property> <property name="width_chars">8</property> @@ -9047,7 +9047,7 @@ The classic deinterlace filter is applied to all frames. Frames that are not int </child> <child> <object class="GtkEntry" id="PictureDeinterlaceCustom"> - <property name="can_focus">False</property> + <property name="can_focus">True</property> <property name="tooltip_text" translatable="yes">Custom deinterlace filter string format YadifMode:YadifParity:McdintMode:McdeintQp</property> <property name="width_chars">8</property> |