Skip to main content
Topic: Clickable area on help window (Read 2899 times) previous topic - next topic

Clickable area on help window

Clickable area on help window is strange.
See attached image. Highlited area is clickable area for 'Mouse Help' text.
Many times when I clicked text, two help window will be opened at the same time.

Re: Clickable area on help window

Reply #1
A tad old, for me. This has happened tons of times with me, but I never bothered posting a bug report (because I considered it normal and intended). The help texts are already uncomfortable to read and this "bug" annoys a lot.

A 1 or 2-pixel gap between the strings would be good. :)


Re: Clickable area on help window

Reply #3
A patch for fixing the problem. Part of the problem originates from the flow text component inside the help frame, but the major problem is in scroll pane, which doesn't respect the position of its inner component.


Re: Clickable area on help window

Reply #4
As the above patch fixes some bugs in the scroll pane code, I have updated the patch to fix another bug there. I have also fixed a minor bug in gui_komponente_t, which I don't want to start a separate patch just for it.

 

Re: Clickable area on help window

Reply #5
If there is no objection, I will commit it.