Skip to content

ide-editor-search-bar: emit notify when replace mode is changed

Scott Johnson requested to merge scojo202/gnome-builder:master into master

When using ctrl-H to do search and replace, the replace mode toggle button is not properly set. Emitting "notify" in set_replace_mode() fixes this and keeps the button consistent with the rest of the GUI when you start out with a search and then switch to a search-and-replace.

Merge request reports