From 528635604eea1d8c679a3d038e2f00030ef72444 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:03:20 +0200 Subject: 3.2 --- library/CustomGrid.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'library/CustomGrid.h') diff --git a/library/CustomGrid.h b/library/CustomGrid.h index d5db71a1..2b78a6c3 100644 --- a/library/CustomGrid.h +++ b/library/CustomGrid.h @@ -83,8 +83,8 @@ protected: private: virtual void setGridDataTable(const FreeFileSync::GridView* gridDataView) = 0; -//this method is called when grid view changes: useful for parallel updating of multiple grids - virtual void DoPrepareDC(wxDC& dc); + //this method is called when grid view changes: useful for parallel updating of multiple grids + void OnPaintGrid(wxEvent& event); virtual void alignOtherGrids(CustomGrid* gridLeft, CustomGrid* gridMiddle, CustomGrid* gridRight) = 0; -- cgit