]> git.lyx.org Git - features.git/blobdiff - src/lyx_gui_misc.C
make NEW_TABULAR default, some GUIRunTime changes
[features.git] / src / lyx_gui_misc.C
index bbeea7c3dbe1a56b64b3d20b725352c2fb6eb07f..1379eea4b3719416af18e0b5e9f587a91247856a 100644 (file)
@@ -201,9 +201,11 @@ void updateAllVisibleBufferRelatedDialogs()
        if (fd_form_paragraph_extra->form_paragraph_extra->visible) {
                UpdateParagraphExtra();
        }
+#ifndef NEW_TABULAR
        if (fd_form_table_options->form_table_options->visible) {
                UpdateLayoutTable(1); // just like a right mouse click
        }
+#endif
        if (fd_form_bullet) {
                if (fd_form_bullet->form_bullet->visible) {
                        updateBulletForm();