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