]> git.lyx.org Git - lyx.git/blobdiff - src/credits.C
More fixes to insettabular/text (and some missing features added).
[lyx.git] / src / credits.C
index 0bbb361a9588a083e39bfa932af72487f7b01133..ebd1f700ce6383dfd3e747fd05862025c6b69735 100644 (file)
@@ -25,7 +25,8 @@ extern string system_lyxdir;
 
 /**** Forms and Objects ****/
 
-static FD_form_credits *fd_form_credits = 0;
+// Non-static so that it can be redrawn if the xforms colors are re-mapped
+FD_form_credits *fd_form_credits = 0;
 
 void CreditsOKCB(FL_OBJECT *, long) {
       fl_hide_form(fd_form_credits->form_credits);