TForm: ShowModal forms aren't modal

Issue #24 resolved
Ronald Klitsche created an issue

Display modal TForms aren't modal on OSX:

  TForm2.Create(self).ShowModal;

Create and show the TForm2, but it isn't modal.

Comments (4)

  1. Log in to comment