Skip to content

Issue #2832:Font Inline completion not working in some cases

Idriss Fekir requested to merge user062/gimp:font_inline_completion_issue into master

Due to this gtk bug, Inline completion is case sensitive, this means that if there is only one matching font, its name will not be suggested nor completed, as is shown in Issue #2832.

To mitigate this, Inline completion is disabled and instead, any matching font is just suggested.

Demo

  • Current Behavior

Inline completion is case sensitive

  • After Applying The Fix

Even when there is only one match it will be displayed, but won't be auto-completed

Edited by Idriss Fekir

Merge request reports