Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux message dialogues displaying "All updates are complete" #185

Open
Speak2Erase opened this issue Mar 8, 2024 · 1 comment
Open

Comments

@Speak2Erase
Copy link

In my program, I'm creating a messagebox to display a backtrace from another language. This backtrace happens to contain "<top>" in it. Any messagebox description that contains the characters "`<" (in that order) is replaced with "All updates are complete."

Example:

    rfd::MessageDialog::new()
        .set_buttons(rfd::MessageButtons::Ok)
        .set_description("`<")
        .set_title("Sapphire")
        .show();

image

@rnd-ash
Copy link

rnd-ash commented Aug 1, 2024

Can confirm same issue here (Same application concept - Backtrace capturing and displaying).

When setting level to error, I get An error has occurred

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants