Fix [#20754] Histogram Not Updating, Showing Incorrect Levels, Colour Management on/off leads to Crash

Various internal fixes, also additional feature - can drag on the histogram to change scale 
(0 key to reset).

Also fix [#20844] Color balance node (lift freeze)
This commit is contained in:
2010-01-28 07:26:21 +00:00
parent b0989aac02
commit 9d0dbd707e
11 changed files with 152 additions and 40 deletions

View File

@@ -2712,7 +2712,7 @@ void ui_draw_but(const bContext *C, ARegion *ar, uiStyle *style, uiBut *but, rct
break;
case HISTOGRAM:
ui_draw_but_HISTOGRAM(but, &tui->wcol_regular, rect);
ui_draw_but_HISTOGRAM(ar, but, &tui->wcol_regular, rect);
break;
case BUT_CURVE: