]> git.lyx.org Git - features.git/blobdiff - src/frontends/xforms/FormTabular.C
Color patch from Angus, KDE patch from Johnm menu patch from Rob, and the usual unint...
[features.git] / src / frontends / xforms / FormTabular.C
index 56d12593f54502a10b01513df926bbe35fe74edd..e8d0c2787644e03c6c719f08179bf1f05b10957c 100644 (file)
@@ -46,6 +46,19 @@ FormTabular::~FormTabular()
 }
 
 
+void FormTabular::redraw()
+{
+       if( form() && form()->visible )
+               fl_redraw_form( form() );
+       else
+               return;
+
+       FL_FORM * outer_form = fl_get_active_folder(dialog_->tabFolder);
+       if (outer_form && outer_form->visible)
+               fl_redraw_form( outer_form );
+}
+
+
 FL_FORM * FormTabular::form() const
 {
        if (dialog_ ) return dialog_->form;