- scrolling chartdata bitmap works on all recent GTK+ version on win32, remove workaround that forced a full redraw on every scroll

This commit is contained in:
Stefan Gehn 2008-09-28 13:49:11 +00:00
parent 18722795e1
commit 7196f279df
1 changed files with 0 additions and 4 deletions

View File

@ -914,11 +914,7 @@ gkrellm_store_chartdata(GkrellmChart *cp, gulong total, ...)
cp->primed = TRUE;
if (need_scan || cp->redraw_all)
scan_for_maxval(cp);
#if defined(WIN32)
cp->redraw_all = TRUE;
#else
scroll_chartdata_bitmaps(cp);
#endif
}