]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_gui_misc.C
citation patch from Angus
[lyx.git] / src / lyx_gui_misc.C
index 32eeb878f96b147813af7ab121683870270272a6..449c9b64421f091a4fa33d4be968677414aec13b 100644 (file)
@@ -221,10 +221,11 @@ void updateAllVisibleBufferRelatedDialogs()
                if (fd_form_character->form_character->visible) {
                        fl_hide_form(fd_form_character->form_character);
                }
+#ifndef NEW_TABULAR
                if (fd_form_table->form_table->visible) {
                        fl_hide_form(fd_form_table->form_table);
                }
-
+#endif
 #ifndef ALWAYS_CLOSE_MATH_PANELS
                // The math popups should be closed only if we switch
                // to a readonly buffer