<table><tr><td style="">simgunz 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/D21971">View Revision</a></tr></table><br /><div><div><p>I did test this today and it seems to be working correctly, at least in the use cases of Okular, i.e. for select annotation tools and for the annotation toolbar. Actually I am currently using in <a href="https://phabricator.kde.org/D15580" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;">D15580</a> now (will push soon), given that ToolAction was not enough for what I needed ( I'll update my code accordingly if this revision is modified).</p>

<p>Suggested changes:</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">Make <tt style="background: #ebebeb; font-size: 13px;">QToolButton::MenuButtonPopup</tt>, and <tt style="background: #ebebeb; font-size: 13px;">ToggleActionMenu::ImplicitDefaultAction</tt> the defaults in the constructor so we can call it as <tt style="background: #ebebeb; font-size: 13px;">d->aMouseModeMenu = new ToggleActionMenu( QIcon(),QString(), this);</tt></li>
<li class="remarkup-list-item">I do not fully understand the purpose of the method <tt style="background: #ebebeb; font-size: 13px;">setSuggestedDefaultAction</tt>. I would remove it and leave only <tt style="background: #ebebeb; font-size: 13px;">setDefaultAction</tt>.</li>
</ul>

<p>This is how I am currently using it:</p>

<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="text" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);">ToggleActionMenu *ta = new ToggleActionMenu( QIcon(),QString(), this, QToolButton::MenuButtonPopup, ToggleActionMenu::ImplicitDefaultAction );
connect(ta, &ToggleActionMenu::toggled, this, &AnnotationActionHandler::setTextToolsEnabled);
ac->addAction( QStringLiteral("annotation_geometrical_shape"), ta );
ta->setText( i18nc( "@action", "Geometrical shapes" ) );
ta->addAction( annArrow );
ta->addAction( annStraightLine );
ta->addAction( annRectangle );
ta->setDefaultAction( annArrow );</pre></div>

<p>I am only considering the use cases of Okular.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R223 Okular</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D21971">https://phabricator.kde.org/D21971</a></div></div><br /><div><strong>To: </strong>davidhurka<br /><strong>Cc: </strong>simgunz, okular-devel, maguirre, fbampaloukas, joaonetto, kezik, tfella, ngraham, darcyshen, aacid<br /></div>