Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
  • Lazarus Lazarus
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 2,093
    • Issues 2,093
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 8
    • Merge requests 8
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • FPC
  • Lazarus
  • LazarusLazarus
  • Issues
  • #39549
Closed
Open
Created Jan 11, 2022 by OH1KH@OH1KH

QT5/GTK2 ComboBox font size set fails

  • Lazarus/FPC Version: Lazarus 2.0.12 rUnknown FPC 3.2.2 x86_64-linux-gtk2
  • Operating System: Fedora release 35 (Thirty Five)
  • CPU / Bitness: Intel(R) Core(TM) i5 CPU M 520 @ 2.40GHz / 64bit

What happens

QT5 widgets ComboBox font size at type area does not change font properly while item list font size changes. GTK2 widgets ComboBox font size at type area changes font properly while item list font size does not change.

What did you expect

ComboBox type area and item list should both change font size.

Steps to reproduce

Compile program with QT5 widgets type and run. Check item list with click. Item list font size grows by every click but ComboBox type area font stays same. If you click just type area, instead of checking item list the combo box gets bigger but text at type area stays same.

image

Compile program with GTK2 widgets type and run. Check item list with click. Type area and item list font size does not grow. Click type area. Type area font size does grow. Check item list it¨s font size did not change. Click type area again. Type area font size does grow. Check item list it¨s font size stays still as original size.

image

unit1.pas

Assignee
Assign to
Time tracking