Description: On pc Debian x86-64 with master sources + enable-dbgutil + gtk3, I got an assert when inserting an image in Writer. Steps to Reproduce: 1. Launch Writer 2. Menu Insert/Image 3. Choose Image then click "Open" Actual Results: Assertion Expected Results: No assertion Reproducible: Always User Profile Reset: No Additional Info: Version: 7.0.0.0.alpha0+ Build ID: 3b46fa70b2b7f91a9a7c05bf54293e761d7df161 CPU threads: 12; OS: Linux 5.5; UI render: default; VCL: gtk3; Locale: fr-FR (fr_FR.UTF-8); UI-Language: en-US Calc: threaded
Created attachment 160205 [details] bt with debug symbols (gtk3)
Caolán: thought you might be interested in this one since it's specific to gtk3.
Confirmed with LO 7.0.0.0.alpha0+ (60fcd4427231e8c48cd3bf8307e280fd3a13a84f) / Ubuntu.
means the thing toggled should have been a GtkToggleToolButton instead of a GtkToolButton
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/0db6e58fd4273e2a4f6992fe719f965464dadece Resolves: tdf#132604 GtkToolButtons that should be GtkToggleToolButtons It will be available in 7.0.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
With master sources updated after patch, I don't reproduce this. Thank you Caolán!