Skip to content

gtk4-prep: stop using widget style properties (#15920) - #21540

Merged
TurboGit merged 2 commits into
darktable-org:masterfrom
Arecsu:gtk4/no-widget-style-properties
Jul 24, 2026
Merged

gtk4-prep: stop using widget style properties (#15920)#21540
TurboGit merged 2 commits into
darktable-org:masterfrom
Arecsu:gtk4/no-widget-style-properties

Conversation

@Arecsu

@Arecsu Arecsu commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Replace the only gtk_widget_style_get_property() call with a hardcoded 2 - the GTK3 default for GtkTreeView:vertical-separator. Style properties are removed in GTK4 and this call was the last remaining use in the codebase.

Related: #15920 #20433

Replace the only `gtk_widget_style_get_property()` call with a
hardcoded `2` — the GTK3 default for `GtkTreeView:vertical-separator`.
Style properties are removed in GTK4 and this call was the last
remaining use in the codebase.
@Arecsu
Arecsu force-pushed the gtk4/no-widget-style-properties branch from af25a24 to 7be1e61 Compare July 13, 2026 18:36
@Arecsu Arecsu changed the title [GTK4 prep]: stop using widget style properties (#15920) gtk4-prep: stop using widget style properties (#15920) Jul 13, 2026
Comment thread src/gui/gtk.c
@ralfbrown ralfbrown added the gtk4 label Jul 14, 2026
@TurboGit TurboGit added this to the 5.8 milestone Jul 16, 2026

@TurboGit TurboGit left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@TurboGit
TurboGit merged commit 28fc751 into darktable-org:master Jul 24, 2026
5 checks passed
@Arecsu
Arecsu deleted the gtk4/no-widget-style-properties branch July 25, 2026 21:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants