diff --git a/uppsrc/GridCtrl/GridCtrl.cpp b/uppsrc/GridCtrl/GridCtrl.cpp index 5622272f3..fbcbe2e42 100644 --- a/uppsrc/GridCtrl/GridCtrl.cpp +++ b/uppsrc/GridCtrl/GridCtrl.cpp @@ -8115,6 +8115,11 @@ void GridCtrl::ColumnWidths(const char* s) hitems[i + fixed_cols].Width(atoi(w[i])); } +void GridCtrl::SetDisplay(int r, int c, GridDisplay& gd) +{ + GetItem(r + fixed_rows, c + fixed_cols).SetDisplay(gd); +} + #ifdef flagGRIDSQL void GridCtrl::FieldLayout(FieldOperator& f) {