Brewtarget / brewtarget

Main brewtarget source code repository.
GNU General Public License v3.0
313 stars 134 forks source link

Fix for text in side tabs not displaying on Mac #791

Closed matty0ung closed 8 months ago

matty0ung commented 8 months ago

This is a minimal fix for https://github.com/Brewtarget/brewtarget/issues/787.

Also changed current uses of Q_OS_MAC to Q_OS_MACOS as the former is deprecated according to https://doc.qt.io/qt-5/qtglobal.html#Q_OS_MAC.