Skip to content

Ensure default selection for Find/Replace options

Aayush Shah requested to merge aayushshah22/inkscape:fix-4802-#5 into master

The Find/Replace dialog in Inkscape had an issue where the default options for search scope and search criteria were not being selected when the dialog was opened. This patch fixes that problem by setting the "All" scope and "Text" criteria to active by default.

Before:

find_replace_before

After:

find_replace_after

Merge request reports