Fixed a bug when flagging a read-only column as finished
This commit is contained in:
@ -1123,7 +1123,8 @@ static int finish_view(Obiview_p view)
|
|||||||
obidebug(1, "\nError getting a column to flag it as finished when finishing a view");
|
obidebug(1, "\nError getting a column to flag it as finished when finishing a view");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
(column->header)->finished = true;
|
if (column->writable)
|
||||||
|
(column->header)->finished = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Flag the view as finished
|
// Flag the view as finished
|
||||||
|
Reference in New Issue
Block a user