Mercurial > hg > svgui
diff widgets/LevelPanWidget.h @ 1306:5db672d6de4f
Better rendering for widget cells
author | Chris Cannam |
---|---|
date | Mon, 25 Jun 2018 15:29:47 +0100 |
parents | a575dae05fbf |
children | a18e78b9c78b |
line wrap: on
line diff
--- a/widgets/LevelPanWidget.h Mon Jun 25 14:16:16 2018 +0100 +++ b/widgets/LevelPanWidget.h Mon Jun 25 15:29:47 2018 +0100 @@ -115,7 +115,7 @@ int coordsToNotch(QRectF rect, QPointF pos) const; int coordsToPan(QRectF rect, QPointF pos) const; - QColor notchToColour(int notch) const; + QColor cellToColour(int cell) const; QSizeF cellSize(QRectF) const; QPointF cellCentre(QRectF, int row, int col) const;