TPageControl not working on Ubuntu (20.04)

Issue #221 resolved
Steffen Nyeland created an issue

Just made simple application with a left aligned TPagcontrol (with 2-3 pages), a left aligned TSplitter and a center aligned TPanel.

It seems that if the width of the TPageControl is bigger when rendered on Ubuntu the splitter is behind the “tabs” - might all be down to font metrics and that the PageControl on Ubuntu does not support scroll on the tabs or multiline.

Notice the line that passes through the first e in Tabsheet2 - that is probably the splitter.

Putting the TPageControl on a TPanel helps a bit - but that the TPageContol is not respecting its boundaries might be the whole problem.

Comments (5)

  1. Log in to comment