From 98dca3b54f52f08117c1e0d3a1b4826ed12ef23f Mon Sep 17 00:00:00 2001 From: Daniel Nicoletti Date: Tue, 29 Apr 2014 16:04:21 -0300 Subject: Fix popup positioning The popup coordinates were being stored in an unused variable and x,y offsets were left unmodified Change-Id: Idbae7127b65963be6ddbe165d98ac7daa92cac9f Reviewed-by: Pier Luigi Fiorini Reviewed-by: Giulio Camuffo --- src/compositor/wayland_wrapper/qwlshellsurface_p.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/compositor/wayland_wrapper/qwlshellsurface_p.h') diff --git a/src/compositor/wayland_wrapper/qwlshellsurface_p.h b/src/compositor/wayland_wrapper/qwlshellsurface_p.h index 18ecdabb5..fd115852c 100644 --- a/src/compositor/wayland_wrapper/qwlshellsurface_p.h +++ b/src/compositor/wayland_wrapper/qwlshellsurface_p.h @@ -118,7 +118,6 @@ private: QWaylandSurface::WindowType m_windowType; - QPointF m_popupLocation; uint32_t m_popupSerial; QSet m_pings; -- cgit v1.2.3