mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
The source view dialog does not send a lfun, so it can be applied
unconditionally. This fixes #3398 and #3594. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18300 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
9f3c96efc5
commit
eb96bab927
@ -35,6 +35,8 @@ public:
|
||||
virtual void dispatchParams() {}
|
||||
///
|
||||
virtual bool isBufferDependent() const { return true; }
|
||||
///
|
||||
bool canApply() const { return true; }
|
||||
|
||||
/// The title displayed by the dialog reflects source type.
|
||||
docstring const title() const;
|
||||
|
Loading…
Reference in New Issue
Block a user