Update to the new drawing mode

This commit is contained in:
2012-07-19 16:54:44 +02:00
parent d1708610c7
commit ae2bea1918
2 changed files with 3 additions and 3 deletions

View File

@@ -113,7 +113,7 @@ class CodeView :public ewol::WidgetScrooled
private:
void CalculateMaxSize(void);
protected:
virtual void OnDraw(void);
virtual void OnDraw(ewol::DrawProperty& displayProp);
};
#define EDN_CAST_CODE_VIEW(curentPointer) EWOL_CAST(TYPE_EOBJECT_EDN_CODE_VIEW,CodeView,curentPointer)