]> 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 430e56c580ecec7ee4f2ad0541f316215fdca568..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);
@@ -67,7 +68,7 @@ void ShowCredits()
                fl_raise_form(fd_form_credits->form_credits);
        } else {
                fl_show_form(fd_form_credits->form_credits,
-                            FL_PLACE_MOUSE | FL_FREE_SIZE, FL_FULLBORDER,
+                            FL_PLACE_MOUSE | FL_FREE_SIZE, FL_TRANSIENT,
                             _("Credits"));
        }
 }