Skip to content

Fixed a UI bug that prevented notes from being added to a Job (in Jobs panel)

Fixing this only required changing the focusPolicy for the QPlainTextEdt to StrongFocus (was NoFocus). Qt Creator made several other changes to the file, but the behavior still seems good, upon testing.

Merge request reports