]> git.lyx.org Git - features.git/commit
Only show Accept/Reject Change options if relevant
authorScott Kostyshak <skostysh@lyx.org>
Fri, 4 May 2018 22:21:54 +0000 (18:21 -0400)
committerScott Kostyshak <skostysh@lyx.org>
Thu, 10 May 2018 16:58:44 +0000 (12:58 -0400)
commit23de5e5e195f8f76aea4760f0e6999a9a4174612
treecf15d1889d2c809d4270f6a3e0cfca8de71aad5b
parent37c94806566fdd13bef1fe5bfeda64ceb839f6a3
Only show Accept/Reject Change options if relevant

In the context menu for a selection, we now only show the options
"Accept Change" and "Reject Change" if there is actually a change in
the selection. Similarly, in the toolbar, the buttons are only
enabled when there is a change in the selection.

This fixes #10338.
src/Paragraph.h
src/Text3.cpp