Skip to content
Snippets Groups Projects

Fix: Cannot return to text tool from font dropdown

Open Aayush Anand requested to merge aayush01x/inkscape:fix-5581-textdropdown into master
2 unresolved threads

In Inkscape master, pressing the escape key while in the font dropdown doesn't return focus to the textbox. Modified ComboBoxEntryToolItem::defocus() to always target the active desktop's canvas, bypassing stored focus widgets that caused the current behavior.

Fixes #5581

Edited by Aayush Anand

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
287 287 _font_family_item->set_warning_cb(&sp_text_toolbox_select_cb);
288 288 _font_family_item->focus_on_click(false);
289 289 _font_family_item->connectChanged([this] { fontfamily_value_changed(); });
290 _font_family_item->setDefocusWidget(this);
290 // _font_family_item->setDefocusWidget(this);
Please register or sign in to reply
Loading