I have a problem with lazarus 0.9.16beta IDE. After i update from 0.9.15 to 16, the project iam working on had the main form corrupted. The form file (.lfm) seems to have the six first lines removed:

 

ORIGINAL:

object frmPrincipal: TfrmPrincipal

  Left = 303

  Height = 415

  Top = 158

  Width = 630

  HorzScrollBar.Page = 632

  VertScrollBar.Page = 385

  ActiveControl = BitBtnViga

  BorderIcons = [biSystemMenu, biMinimize]

  BorderStyle = bsSingle

  Caption = 'PTE 0.01'

  ClientHeight = 386

  ClientWidth = 633

 

MODIFIED:

object frmPrincipal: TfrmPrincipal

  ActiveControl = BitBtnViga

  BorderIcons = [biSystemMenu, biMinimize]

  BorderStyle = bsSingle

  Caption = 'PTE 0.01'

  ClientHeight = 395

  ClientWidth = 630

 

Then it looses the reference and its size turns to the default form at the top left of IDE. My main (principal) form has a menu and six bitbutton.

 

Is it a bug ?

 

Reply via email to