nuttyartist / notes

Fast and beautiful note-taking app written in C++. Write down your thoughts.
https://www.get-notes.com
Mozilla Public License 2.0
3.6k stars 316 forks source link

App crashes on macOS with Qt6 after clicking inside EditorSettings, doing a search, and clearing the search field #597

Open nuttyartist opened 11 months ago

nuttyartist commented 11 months ago

To reproduce the crash on macOS with Qt6+:

  1. Open EditorSettings
  2. Click inside of it
  3. Do a search
  4. Clear the search
  5. App crashes...

The app does NOT crash if after clicking inside EditorSettings the user clicks somewhere else, say QTextEdit.