| Summary: | Wrong rendering of image radiobutton on Split Cells dialog | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Tamás Zolnai <zolnaitamas2000> |
| Component: | Impress | Assignee: | Gábor Koruhely <koruhelygabor> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | mentoring, raal |
| Priority: | medium | Keywords: | difficultyBeginner, easyHack, skillCpp, topicUI |
| Version: | 4.4 all versions | ||
| Hardware: | All | ||
| OS: | Windows (All) | ||
| Whiteboard: | target:6.0.0 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 102019, 108320 | ||
| Attachments: |
Screenshot of current rendering of splitt cell dialog radio buttons
Screenshot of current rendering error bar sidebar panel's radio buttons Screenshot of snap object insertion dialog |
||
|
Description
Tamás Zolnai
2017-08-14 01:06:19 UTC
Created attachment 135528 [details]
Screenshot of current rendering of splitt cell dialog radio buttons
Created attachment 135529 [details]
Screenshot of current rendering error bar sidebar panel's radio buttons
Created attachment 135538 [details]
Screenshot of snap object insertion dialog
This dialog uses the same radio button type with images and have the same issue.
I can confirm with Version: 6.0.0.0.alpha0+ Build ID: b6e32d53ce9c98bfba517c40f53d40e97a091b0e CPU threads: 4; OS: Windows 6.1; UI render: default; and Version: 4.4.0.0.alpha0+ Let's turn this into a easy hack. The code is here: vcl/source/control/button.cxx Check the RadioButton class, it has some drawing methods. G??bor Koruhely committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=788515f4ecc26275746e97f8f35cab87799797a6 tdf#111782: fix Wrong rendering of image radiobutton on Split Cells dialog It will be available in 6.0.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. |