Skip to content

Commit

Permalink
fix 64bit macos gui crash, #184
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Sep 22, 2023
1 parent 393c620 commit 9185b5d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions mcxstudio/mcxgui.lfm
Original file line number Diff line number Diff line change
Expand Up @@ -1236,6 +1236,7 @@ object fmMCX: TfmMCX
Constraints.MinWidth = 18
IconOptions.AutoArrange = True
LargeImages = ProgramIcon
SmallImages = ProgramIcon
ParentFont = False
PopupMenu = PopupMenu2
ReadOnly = True
Expand Down
3 changes: 0 additions & 3 deletions mcxstudio/mcxgui.pas
Original file line number Diff line number Diff line change
Expand Up @@ -1744,9 +1744,6 @@ procedure TfmMCX.FormCreate(Sender: TObject);
end;
{$ENDIF}

{$IFDEF DARWIN}
lvJobs.ViewStyle:=vsReport;
{$ENDIF}
DockMaster.MakeDockSite(Self,[akBottom,akLeft,akRight],admrpChild);
{$IFNDEF NO_GLSCENE}
fmDomain:=TfmDomain.Create(Self);
Expand Down

0 comments on commit 9185b5d

Please sign in to comment.