<p><a class="user-mention" href="https://github.com/codebrainz">@codebrainz</a> It doesn't. This seems not to break anything:</p>
<div class="highlight highlight-source-diff"><pre><span class="pl-c1">diff --git a/overview/overview/overviewscintilla.c b/overview/overview/overviewscintilla.c</span>
index 41840638..40e46fc8 100644
<span class="pl-md">--- a/overview/overview/overviewscintilla.c</span>
<span class="pl-mi1">+++ b/overview/overview/overviewscintilla.c</span>
<span class="pl-mdr">@@ -691,6 +691,8 @@</span> overview_scintilla_init (OverviewScintilla *self)
   memcpy (&self->overlay_color, &def_overlay_color, sizeof (OverviewColor));
   memcpy (&self->overlay_outline_color, &def_overlay_outline_color, sizeof (OverviewColor));
 
<span class="pl-mi1"><span class="pl-mi1">+</span>  gtk_widget_set_can_focus (GTK_WIDGET (self), FALSE);</span>
<span class="pl-mi1"><span class="pl-mi1">+</span></span>
   gtk_widget_add_events (GTK_WIDGET (self),
                          GDK_EXPOSURE_MASK |
                          GDK_FOCUS_CHANGE_MASK |</pre></div>
<p>FWIW, without this, if you focus the overview you can get funny behavior, like <kbd>Ctrl+A</kbd> that will select everything in the overview :)</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany-plugins/issues/731#issuecomment-375141246">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABDrJ7KOrDuHAd6By0yMh2nqG2oCt-9sks5tgvMCgaJpZM4S2GQ-">mute the thread</a>.<img src="https://github.com/notifications/beacon/ABDrJ5x-8jgXCW8zSWCGfX2NEgYX1upZks5tgvMCgaJpZM4S2GQ-.gif" height="1" width="1" alt="" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany-plugins/issues/731#issuecomment-375141246"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>

<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/geany/geany-plugins","title":"geany/geany-plugins","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/geany/geany-plugins"}},"updates":{"snippets":[{"icon":"PERSON","message":"@b4n in #731: @codebrainz It doesn't. This seems not to break anything:\r\n```diff\r\ndiff --git a/overview/overview/overviewscintilla.c b/overview/overview/overviewscintilla.c\r\nindex 41840638..40e46fc8 100644\r\n--- a/overview/overview/overviewscintilla.c\r\n+++ b/overview/overview/overviewscintilla.c\r\n@@ -691,6 +691,8 @@ overview_scintilla_init (OverviewScintilla *self)\r\n   memcpy (\u0026self-\u003eoverlay_color, \u0026def_overlay_color, sizeof (OverviewColor));\r\n   memcpy (\u0026self-\u003eoverlay_outline_color, \u0026def_overlay_outline_color, sizeof (OverviewColor));\r\n \r\n+  gtk_widget_set_can_focus (GTK_WIDGET (self), FALSE);\r\n+\r\n   gtk_widget_add_events (GTK_WIDGET (self),\r\n                          GDK_EXPOSURE_MASK |\r\n                          GDK_FOCUS_CHANGE_MASK |\r\n```\r\n\r\nFWIW, without this, if you focus the overview you can get funny behavior, like \u003ckbd\u003eCtrl+A\u003c/kbd\u003e that will select everything in the overview :)"}],"action":{"name":"View Issue","url":"https://github.com/geany/geany-plugins/issues/731#issuecomment-375141246"}}}</script>