fralx / LimeReport

Report generator for Qt Framework
http://limereport.ru/
Other
403 stars 154 forks source link

ExtendedInDesignMode doesn't work on startup - have to recheck #281

Closed 7ymekk closed 4 years ago

7ymekk commented 4 years ago

Hi Alex,

it seems that ExtendedInDesignMode doesn't load properly from lrxml. I changed it to the values like below (they're being saved into lrxml properly):

<isExtendedInDesignMode Type="bool" Value="1"/>
<extendedHeight Type="int" Value="9999"/>

They're loaded into Object Inspector correctly but the view is not extended.

Use Case:

7ymekk commented 4 years ago

@fralx thanks for quick fixing, works good now :)