Fix wibox.layout.mirror

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2016-02-07 13:57:35 +01:00
parent 065dd0d213
commit 9db539fbf2
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ function mirror:layout(context, cr, width, height)
m = m:translate(t.x, t.y)
m = m:scale(s.x, s.y)
return base.place_widget_via_matrix(widget, m, width, height)
return base.place_widget_via_matrix(self.widget, m, width, height)
end
--- Fit this layout into the given area