boxpointer: Use the right source center for the arrow pointing
Point the arrow to the center of the sourceActor's content box, rather than its allocation, in case it has asymmetric padding (as the rightmost message tray summary item does). https://bugzilla.gnome.org/show_bug.cgi?id=641728
This commit is contained in:
@ -3184,7 +3184,7 @@ st_theme_node_adjust_preferred_height (StThemeNode *node,
|
||||
* st_theme_node_get_content_box:
|
||||
* @node: a #StThemeNode
|
||||
* @allocation: the box allocated to a #ClutterAlctor
|
||||
* @content_box: computed box occupied by the actor's content
|
||||
* @content_box: (out): computed box occupied by the actor's content
|
||||
*
|
||||
* Gets the box within an actor's allocation that contents the content
|
||||
* of an actor (excluding borders and padding). This is a convenience function
|
||||
|
Reference in New Issue
Block a user