]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlCitation.h
The reference dialog now disconnects from the inset on Apply. Its behaviour
[lyx.git] / src / frontends / controllers / ControlCitation.h
index 4bbb8979b80ae6bd04a6ef3608e7baf7fe2541fa..c0d26e745656fbf6db680f313d05237f42efac41 100644 (file)
@@ -48,6 +48,10 @@ private:
        /// 
        virtual void clearDaughterParams();
 
+       /** disconnect from the inset when the Apply button is pressed.
+        Allows easy insertion of multiple citations. */
+       virtual bool disconnectOnApply() { return true; }
+
        /// The info associated with each key
        biblio::InfoMap bibkeysInfo_;