comparison Framework/Widgets/TestCairoWidget.cpp @ 278:8a86695fcbc3 am-2

renamings
author am@osimis.io
date Mon, 27 Aug 2018 14:58:37 +0200
parents f21ba2468570
children 8716176ff7f0
comparison
equal deleted inserted replaced
277:a38465cc909f 278:8a86695fcbc3
34 if (value_ < 0) 34 if (value_ < 0)
35 { 35 {
36 value_ = 1; 36 value_ = 1;
37 } 37 }
38 38
39 NotifyChange(); 39 NotifyContentChanged();
40 } 40 }
41 41
42 42
43 bool TestCairoWidget::RenderCairo(CairoContext& context) 43 bool TestCairoWidget::RenderCairo(CairoContext& context)
44 { 44 {