diff Framework/Scene2D/Internals/CairoInfoPanelRenderer.cpp @ 848:80829436ce0c am-mainline

starting to re-implement radiography editor with latest framework
author Alain Mazy <alain@mazy.be>
date Thu, 13 Jun 2019 16:47:02 +0200
parents 9e51fb773bbd
children 6e79e8c9021c
line wrap: on
line diff
--- a/Framework/Scene2D/Internals/CairoInfoPanelRenderer.cpp	Wed Jun 12 09:52:25 2019 +0200
+++ b/Framework/Scene2D/Internals/CairoInfoPanelRenderer.cpp	Thu Jun 13 16:47:02 2019 +0200
@@ -42,7 +42,7 @@
       int dx, dy;
       InfoPanelSceneLayer::ComputeAnchorLocation(
         dx, dy, anchor_, texture_.GetWidth(), texture_.GetHeight(),
-        target_.GetCairoWidth(), target_.GetCairoHeight());
+        target_.GetWidth(), target_.GetHeight());
 
       cairo_t* cr = target_.GetCairoContext();