- fixed redraw for copy button in new themes editor

- typo in include DNA_ListBase.h... has to be DNA_listBase.h
This commit is contained in:
2003-10-17 15:12:45 +00:00
parent 3583d2fdeb
commit e78bb262c2
4 changed files with 4 additions and 3 deletions

View File

@@ -2221,6 +2221,7 @@ void winqreadinfospace(ScrArea *sa, void *spacedata, BWinEvent *evt)
th_curcol_arr[1]= th_curcol_ptr[1];
th_curcol_arr[2]= th_curcol_ptr[2];
th_curcol_arr[3]= th_curcol_ptr[3];
addqueue(sa->win, REDRAW, 1);
}
}
else if(val==B_THEME_PASTE) {