Resizing issue on Qt
Original Reporter info from Mantis: Blaazen @Blaazen
-
Reporter name: Vojtech Cihak
Original Reporter info from Mantis: Blaazen @Blaazen
- Reporter name: Vojtech Cihak
Description:
In attached demo, there is resizing in code.
How to reproduce:
- Start project and click button -> RadioGroups are NOT resized, it is a bug
- Start project again and click Tab of TabSheet2 -> resizes well
It does not resize, no matter what code is used to display TabSheet2
TabSheet2.Show; or PageControl1.ActivePage:=TabSheet2; or PageControl1.TabIndex:=1;
Also, there is output and the written number obviously does not correspond to real width of RadioGroup1.
With GTK2, it resizes well, no matter if clicked button or tab. Also, resize method run twice with Qt4, with GTK2 only once.
Additional information:
Lazarus 1.1 r39813M FPC 2.7.1 r23351 x86_64-linux-qt
Mantis conversion info:
- Mantis ID: 23630
- Version: 1.1 (SVN)
- Fixed in revision: 39838 (#7815ee8a)