From ad7543c02f947e15a88b5eeae8db6dc55bad9b60 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 11 Jul 2016 18:17:04 -0400 Subject: push2: track mix layout somewhat working --- libs/surfaces/push2/scale.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/surfaces/push2/scale.cc') diff --git a/libs/surfaces/push2/scale.cc b/libs/surfaces/push2/scale.cc index 2f86d54786..62c13c68f3 100644 --- a/libs/surfaces/push2/scale.cc +++ b/libs/surfaces/push2/scale.cc @@ -63,7 +63,7 @@ ScaleLayout::~ScaleLayout () } bool -ScaleLayout::redraw (Cairo::RefPtr context) const +ScaleLayout::redraw (Cairo::RefPtr context, bool force) const { bool draw = false; @@ -79,7 +79,7 @@ ScaleLayout::redraw (Cairo::RefPtr context) const context->rectangle (0, 0, 960, 160); context->fill (); - scale_menu->redraw (context); + scale_menu->redraw (context, force); return true; } -- cgit v1.2.3