Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
nautilus
nautilus-rename-background.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File nautilus-rename-background.patch of Package nautilus
From 850b9de8327dac63e6a5c116cd7acca01152937a Mon Sep 17 00:00:00 2001 From: Alexander Larsson <alexl@redhat.com> Date: Wed, 6 Nov 2013 10:23:58 +0100 Subject: [PATCH] EelEditableLabel: Render background Without this the rename widget background is always transparent, which makes it very hard to read on e.g. the desktop with a background image. --- eel/eel-editable-label.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/eel/eel-editable-label.c b/eel/eel-editable-label.c index 0da68fd..f348a90 100644 --- a/eel/eel-editable-label.c +++ b/eel/eel-editable-label.c @@ -1504,6 +1504,11 @@ eel_editable_label_draw (GtkWidget *widget, label = EEL_EDITABLE_LABEL (widget); style = gtk_widget_get_style_context (widget); + gtk_render_background (style, cr, + 0, 0, + gtk_widget_get_allocated_width (widget), + gtk_widget_get_allocated_height (widget)); + eel_editable_label_ensure_layout (label, TRUE); if (gtk_widget_get_visible (widget) && gtk_widget_get_mapped (widget) && -- 1.8.4
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor