Skip to content
  • Rafael Kitover's avatar
    fix save dialogs on Mac #268 · e4923e72
    Rafael Kitover authored
    In MainFrame::ShowModal, which is used as a wrapper for
    wxDialog::ShowModal to also pause emulation, add the current window
    style flags to the additional CAPTION and RESIZE_BORDER flags being set
    with SetWindowStyle(), otherwise the other style flags of the window are
    reset causing erroneous behavior such as save dialogs appearing as open
    dialogs on Mac.
    e4923e72