<table><tr><td style="">davidhurka added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D15580">View Revision</a></tr></table><br /><div><div><p>I managed to test your patch now.</p>

<p>Nice to see the ToggleActionMenu working, this is what I had in mind once. Now I see that it can behave somehow weird: When e. g. Ellipsis is selected, and you select again Ellipsis from the Geometric Shape button menu, it gets deselected, like if you simply clicked the toolbar button.</p>

<p>The reason is that you connect to the action group. Then you don’t know whether the menu entry or the toolbar button was clicked.</p>

<p>Do you think this is weird?</p></div></div><br /><div><strong>INLINE COMMENTS</strong><div><div style="margin: 6px 0 12px 0;"><div style="border: 1px solid #C7CCD9; border-radius: 3px;"><div style="padding: 0; background: #F7F7F7; border-color: #e3e4e8; border-style: solid; border-width: 0 0 1px 0; margin: 0;"><div style="color: #74777d; background: #eff2f4; padding: 6px 8px; overflow: hidden;"><a style="float: right; text-decoration: none;" href="https://phabricator.kde.org/D15580#inline-140955">View Inline</a><span style="color: #4b4d51; font-weight: bold;">simgunz</span> wrote in <span style="color: #4b4d51; font-weight: bold;">shell.cpp:370</span></div>
<div style="margin: 8px 0; padding: 0 12px; color: #74777D;"><p style="padding: 0; margin: 8px;">Initially I put that action in <tt style="background: #ebebeb; font-size: 13px;">part.rc</tt>, while now I moved it to <tt style="background: #ebebeb; font-size: 13px;">shell.rc</tt>. This makes more sense given that the toolbar belongs to the main window somehow owns the toolbars and I create this action in <tt style="background: #ebebeb; font-size: 13px;">Shell::setupActions()</tt> that makes more sense. The problem is that <tt style="background: #ebebeb; font-size: 13px;">setupActions</tt> is called before <tt style="background: #ebebeb; font-size: 13px;">setupGUI</tt> and <tt style="background: #ebebeb; font-size: 13px;">createGUI</tt> so the toolbar does not exist yet. To solve this I have to call <tt style="background: #ebebeb; font-size: 13px;">toolBar( "mainToolBar" );</tt> to force the creation of the toolbar and so be able to "bind" the KToggleToolBarAction to an existing toolbar.</p></div></div>
<div style="margin: 8px 0; padding: 0 12px;"><p style="padding: 0; margin: 8px;">This (maybe) causes one problem now. The default is to open new documents in new windows.</p>

<p style="padding: 0; margin: 8px;">Open a new document with the <span><span class="phui-tag-view phui-tag-type-shade phui-tag-grey phui-tag-shade "><span class="phui-tag-core ">Open</span></span></span> action of an existing shell, so a new Okular window appears. Open the annotation toolbar in both windows. Click <span><span class="phui-tag-view phui-tag-type-shade phui-tag-grey phui-tag-shade "><span class="phui-tag-core ">Hide</span></span></span> in the second window. -> Only the annotation toolbar in the first window is closed.</p></div></div></div></div></div><br /><div><strong>REPOSITORY</strong><div><div>R223 Okular</div></div></div><br /><div><strong>BRANCH</strong><div><div>new-annotation-toolbar_ToggleActionMenu</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D15580">https://phabricator.kde.org/D15580</a></div></div><br /><div><strong>To: </strong>simgunz, Okular, VDG, ngraham<br /><strong>Cc: </strong>andreashurka, yurchor, trickyricky26, simgunz, ltoscano, cfeck, aacid, davidhurka, knambiar, ngraham, tobiasdeiminger, okular-devel, johnzh, andisa, siddharthmanthan, maguirre, fbampaloukas, joaonetto, kezik, tfella, darcyshen<br /></div>