]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormTabular.C
try this for distinguishing inner and outer tabs
[lyx.git] / src / frontends / xforms / FormTabular.C
index cb6adf37f949c6f09ae436360c287f05ab121d46..fa7a051ed3c5b35359ec6a2890e1ce665c3a106f 100644 (file)
@@ -118,11 +118,11 @@ void FormTabular::build()
        fl_set_input_return(column_options_->input_column_width,
                            FL_RETURN_END);
        fl_set_input_return(column_options_->input_special_alignment,
-                           FL_RETURN_CHANGED);
+                           FL_RETURN_END);
        fl_set_input_return(cell_options_->input_mcolumn_width,
-                           FL_RETURN_CHANGED);
+                           FL_RETURN_END);
        fl_set_input_return(cell_options_->input_special_multialign,
-                           FL_RETURN_CHANGED);
+                           FL_RETURN_END);
 
        fl_addto_tabfolder(dialog_->tabFolder, _("Tabular"),
                           tabular_options_->form);