From 76fc6c5931b1ccb556b940fb9d452d2f860b49fd Mon Sep 17 00:00:00 2001 From: tildearrow Date: Thu, 8 Jan 2026 04:00:01 -0500 Subject: [PATCH] fix channel group hints --- src/gui/newPattern.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/newPattern.cpp b/src/gui/newPattern.cpp index eae3655ea..6f38eb1a0 100644 --- a/src/gui/newPattern.cpp +++ b/src/gui/newPattern.cpp @@ -1711,7 +1711,7 @@ void FurnaceGUI::drawPatternNew() { floors[curFloor][pairMax>>5]|=1U<<(pairMax&31); } - chanPairPos=(patChanX[i+1]+patChanX[i])*0.5; + chanPairPos=top.x+(patChanX[i+1]+patChanX[i])*0.5; chanPairPosCenter=chanPairPos; chanPairPosMin=chanPairPos; chanPairPosMax=chanPairPos; @@ -1739,7 +1739,7 @@ void FurnaceGUI::drawPatternNew() { continue; } - chanPairPos=(patChanX[pairCh+1]+patChanX[pairCh])*0.5; + chanPairPos=top.x+(patChanX[pairCh+1]+patChanX[pairCh])*0.5; chanPairPosCenter+=chanPairPos; numPairs++; if (chanPairPos