Cross-Platform build scripts for audio plugins
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
919B

  1. diff --git a/src/.obj/qjackctlPaletteForm.o b/src/.obj/qjackctlPaletteForm.o
  2. index e853f8c..d9a3976 100644
  3. Binary files a/src/.obj/qjackctlPaletteForm.o and b/src/.obj/qjackctlPaletteForm.o differ
  4. diff --git a/src/qjackctlPaletteForm.cpp b/src/qjackctlPaletteForm.cpp
  5. index 33feae7..635ac6d 100644
  6. --- a/src/qjackctlPaletteForm.cpp
  7. +++ b/src/qjackctlPaletteForm.cpp
  8. @@ -1203,14 +1203,10 @@ void qjackctlPaletteForm::ColorDelegate::updateEditorGeometry ( QWidget *editor,
  9. void qjackctlPaletteForm::ColorDelegate::paint ( QPainter *painter,
  10. - const QStyleOptionViewItem& option, const QModelIndex& index ) const
  11. + const QStyleOptionViewItem& opt, const QModelIndex& index ) const
  12. {
  13. - QStyleOptionViewItem opt = option;
  14. -
  15. const bool masked
  16. = index.model()->data(index, Qt::EditRole).value<bool>();
  17. - if (index.column() == 0 && masked)
  18. - opt.font.setBold(true);
  19. QItemDelegate::paint(painter, opt, index);