@techee commented on this pull request.
> @@ -1885,6 +1885,11 @@ void prefs_show_dialog(void)
NULL,
GTK_FILE_CHOOSER_ACTION_OPEN,
GTK_ENTRY(ui_lookup_widget(ui_widgets.prefs_dialog,
"entry_browser")));
+#ifdef G_OS_WIN32
+ /* Browser isn't configurable on Windows, see
utils_open_browser() */
+
gtk_widget_set_sensitive(ui_lookup_widget(ui_widgets.prefs_dialog,
"entry_browser"), FALSE);
Done in the latest commit. Does the tooltip text look alright?
I wasn't sure if the tooltip is displayed for insensitive entry but I've just
tested it and it works alright.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/4322#discussion_r2134843876
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/4322/review/[email protected]>