git-svn-id: svn://db.shs.com.ru/libs@20 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2015-05-28 06:28:23 +00:00
parent 52316d9af5
commit 78db1b9717
3 changed files with 7 additions and 4 deletions

View File

@@ -320,7 +320,7 @@ protected:
void setCurrentAction(GraphicAction action);
void findGraphicsRect(double start_x = 0., double end_x = 0., double start_y = 0., double end_y = 0.);
void tick(int index, bool slide = true, bool update = true);
void repaintCanvas(bool force = false) {if (tm.elapsed() < min_repaint_int && !force) return; tm.restart(); canvas->update();}
void repaintCanvas(bool force = false) {if (tm.elapsed() < min_repaint_int && !force) return; tm.restart(); canvas->repaint();}
void drawGraphics();
void drawGrid();
void drawGuides();