Skip to content

SDL_ShowOpenFileDialog logs Core Animation message when moving the dialog window #14112

@ffbh123456

Description

@ffbh123456

sdl3.2.22
macos 13.2

void EmptyCallBack(void* userdata, const char* const* fileList, int filter)
{
}

SDL_ShowOpenFileDialog(
    EmptyCallBack,
    nullptr,
    nullptr,
    nullptr,
    0,
    directory,
    false
);

After calling SDL_ShowOpenFileDialog, the macOS file explorer appears. However, when I move the file explorer window around, the log keeps being output.

Main[78958:670040] +[CATransaction synchronize] called within transaction

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions