X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FFormTabular.h;h=ae5b498a3c4659edaa6e6e9de3e7c2ffcc01a7da;hb=eba67bc3120dc301bf193c3f3b570f51f00a4654;hp=bebdf513278822e482970af0a69c6afa76478153;hpb=c9dbe4fd82bf88c1b8c8abb7be24f86c6ec25e3f;p=lyx.git diff --git a/src/frontends/xforms/FormTabular.h b/src/frontends/xforms/FormTabular.h index bebdf51327..ae5b498a3c 100644 --- a/src/frontends/xforms/FormTabular.h +++ b/src/frontends/xforms/FormTabular.h @@ -35,6 +35,9 @@ public: ~FormTabular(); private: + /** Redraw the form (on receipt of a Signal indicating, for example, + that the xform colours have been re-mapped). */ + virtual void redraw(); /// Disconnect signals. Also perform any necessary housekeeping. virtual void disconnect();