Render shadows for half-tiled windows

Without this, side-by-side half-tiled windows are hard to discern.

https://bugzilla.gnome.org/show_bug.cgi?id=708857
This commit is contained in:
Matthias Clasen 2014-11-27 09:42:58 -05:00
parent f875daeb6d
commit 8753ef6129

View File

@ -6407,8 +6407,7 @@ get_shadow_width (GtkWidget *widget,
return;
if (priv->maximized ||
priv->fullscreen ||
priv->tiled)
priv->fullscreen)
return;
if (!gtk_widget_is_toplevel (widget))
@ -9601,7 +9600,6 @@ gtk_window_draw (GtkWidget *widget,
if (priv->client_decorated &&
priv->decorated &&
!priv->fullscreen &&
!priv->tiled &&
!priv->maximized)
{
gtk_style_context_save (context);