Fixed carsh on keypresses in icon view, added item activation on enter
This commit is contained in:
parent
ed6922aae0
commit
0335c74339
3 changed files with 18 additions and 3 deletions
|
@ -824,8 +824,8 @@ render_to_screen (BGApplier *bg_applier, const BGPreferences *prefs)
|
|||
bg_applier->p->render_geom.height);
|
||||
}
|
||||
else if (bg_applier->p->type == BG_APPLIER_ROOT) {
|
||||
gdk_window_set_back_pixmap (GDK_ROOT_PARENT (), NULL, FALSE);
|
||||
gdk_window_set_background (GDK_ROOT_PARENT (), prefs->color1);
|
||||
gdk_window_set_back_pixmap (gdk_get_default_root_window (), NULL, FALSE);
|
||||
gdk_window_set_background (gdk_get_default_root_window (), prefs->color1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue