]> git.lyx.org Git - features.git/blobdiff - src/tabular.C
Lots of changes for update of TextInsets, still some problems!
[features.git] / src / tabular.C
index 42853796d89a57ac785d56e06314d7bc1af400c4..feb9c652b79df35aaec89e061df5b9772df3fa66 100644 (file)
@@ -168,7 +168,7 @@ void LyXTabular::Init(int rows_arg, int columns_arg)
     for (i = 0; i < rows_; ++i) {
         for (j = 0; j < columns_; ++j) {
            cell_info[i][j].inset.setOwner(owner_);
-           cell_info[i][j].inset.SetDrawLockedFrame(true);
+           cell_info[i][j].inset.SetDrawFrame(0, InsetText::LOCKED);
             cell_info[i][j].cellno = cellno++;
         }
     }