Git commit 0136eddb12151530bd162fd9b8862926a55007e3 by Oliver Sander, on behalf of Paul Worrall. Committed on 01/12/2022 at 15:29. Pushed by sander into branch 'master'.
Handbook: Select Browse to edit/delete annotations Minor change to handbook to say that the Browse tool has to be selected before you can edit or delete annotations BUG: 457739 M +2 -2 doc/index.docbook https://invent.kde.org/graphics/okular/commit/0136eddb12151530bd162fd9b8862926a55007e3 diff --git a/doc/index.docbook b/doc/index.docbook index c74eb61fb..30a5b4f8f 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -1215,7 +1215,7 @@ Context menu actions like Rename Bookmarks etc.) <sect2 id="annotations-remove"> <title>Removing annotations</title> <para> - To remove an annotation, just click on it with the &RMB;, and select + To remove an annotation, first ensure the Browse tool is selected (<menuchoice><guimenu>Tools</guimenu><guimenuitem>Browse</guimenuitem></menuchoice>) then just click on it with the &RMB;, and select <guimenuitem>Delete</guimenuitem> or select an annotation using the &LMB; and press the ∇ key. </para> <para> @@ -1231,7 +1231,7 @@ Context menu actions like Rename Bookmarks etc.) <sect2 id="annotations-edit"> <title>Editing annotations</title> <para> - To edit an annotation, click on it with the &RMB; and select + To edit an annotation, first ensure the Browse tool is selected (<menuchoice><guimenu>Tools</guimenu><guimenuitem>Browse</guimenuitem></menuchoice>) then click on it with the &RMB; and select <guimenuitem>Properties</guimenuitem>. A dialog will appear with the general annotation settings (like color and opacity, author, &etc;) and the settings specific to that annotation type.
