https://bugs.documentfoundation.org/show_bug.cgi?id=164353
Michael Weghorn <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] |desktop.org | Status|UNCONFIRMED |ASSIGNED Ever confirmed|0 |1 --- Comment #2 from Michael Weghorn <[email protected]> --- Thanks for the report - and in general for all your great contributions all over the project, both "directly" and "indirectly" (by mentoring others)! (My impression is that there's hardly any area where you're not active... :-) ) (In reply to Buovjaga from comment #0) > Sorry for not having easier steps, but I saw and bibisected this by running > a currently broken query from Base's Queries view per steps in bug 144694 > comment 27. Maybe you can find some easier test target, although the SQLite3 > setup steps are quite straightforward. I'm not 100% sure how to finish the whole process, but IIUC, the button shown in the dialog seen after clicking the "Test Connection" button in step 3 of the database wizard already shows the same problem. https://gerrit.libreoffice.org/c/core/+/178726 fixes that one for me. Could you please check whether it also fixes the specific dialog where you have the problem? (In reply to Buovjaga from comment #1) > Forgot to mention that SAL_VCL_QT_USE_WELDED_WIDGETS=1 does not help here. In this case (simple message dialogs not created from .ui files), it's the other way around: Welding is enabled by default, and the workaround would be to explicitly disable welding for those as well: SAL_VCL_QT_NO_WELDED_WIDGETS=1 -- You are receiving this mail because: You are the assignee for the bug.
