Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: GitHub noreply@github.com Date: Thu, 06 Feb 2025 00:00:22 UTC Commit: be86af8f8012d9085dadc1fdf97f71038c39e5a7 https://github.com/geany/geany/commit/be86af8f8012d9085dadc1fdf97f71038c39e5...
Log Message: ----------- Merge pull request #4221 from b4n/line-end-pref-sensitive
Fix initial sensitivity of the inconsistent line end pref
Modified Paths: -------------- src/prefs.c
Modified: src/prefs.c 1 lines changed, 1 insertions(+), 0 deletions(-) =================================================================== @@ -590,6 +590,7 @@ static void prefs_init_dialog(void)
widget = ui_lookup_widget(ui_widgets.prefs_dialog, "check_line_end"); gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(widget), editor_prefs.show_line_endings); + on_check_line_end_toggled(GTK_TOGGLE_BUTTON(widget), NULL);
widget = ui_lookup_widget(ui_widgets.prefs_dialog, "check_line_endings_only_when_differ"); gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(widget),
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).