GNOME Bugzilla – Bug 683982
lookingGlass: Fix object inspector for multi-monitor scenarios
Last modified: 2012-09-16 20:38:44 UTC
See patch. This removes the fancy part where the object inspector zooms from the link that was clicked, but I don't think anybody really cares about that.
Created attachment 224257 [details] [review] lookingGlass: Fix object inspector for multi-monitor scenarios Otherwise the object inspector appears off-screen.
Review of attachment 224257 [details] [review]: Are the two changes necessary together? Or can you have the position fix without the anchor point change? (acn if yes)
Review of attachment 224257 [details] [review]: The pivot point change was just to make it zoom from the center rather than the top left. I was lazy to actually do the math to calculate where we need to zoom from. I fiddled around a bit and couldn't get anything right. But the other two fixes are necessary together, yes.
Attachment 224257 [details] pushed as 0d62ec5 - lookingGlass: Fix object inspector for multi-monitor scenarios