Ticket #776 (closed defect: fixed)

Opened 17 months ago

Last modified 16 months ago

make QDialog handle height 'auto'

Reported by: vakopian Owned by:
Priority: important Milestone: 2.1
Component: QControls Version: 2.0.2 Stable
Keywords: Cc:

Description

The new QDialog class is supposed to allow the value 'auto' for height as per documentation. However currently, setting it will throw a cast exception, since it tries to convert the value to integer.
The attached patch fixes this issue.

Attachments

ticket776.patch Download (0.8 KB) - added by vakopian 17 months ago.

Change History

Changed 17 months ago by vakopian

Changed 16 months ago by alex94040

  • status changed from new to in_QA

Good catch, please check it in.

Changed 16 months ago by vakopian

  • status changed from in_QA to closed
  • resolution set to fixed

(In [1395]) reviewed by Alex. Fixes #776

Note: See TracTickets for help on using tickets.