disable the debug crap

This commit is contained in:
tildearrow 2026-01-08 06:25:46 -05:00
parent 25c693cd46
commit 49eb65ab80

View file

@ -1051,8 +1051,8 @@ void FurnaceGUI::drawPatternNew() {
}
}
String debugCrap=fmt::sprintf("RANGE: %d-%d",rowsBegin,rowsEnd);
dl->AddText(ImVec2(topRows.x,topHeaders.y),0xffffffff,debugCrap.c_str());
/*String debugCrap=fmt::sprintf("RANGE: %d-%d",rowsBegin,rowsEnd);
dl->AddText(ImVec2(topRows.x,topHeaders.y),0xffffffff,debugCrap.c_str());*/
dl->PushClipRect(ImVec2(topRows.x+sizeRows.x,topHeaders.y+sizeHeaders.y),winRect.Max,true);
ImGui::SetCursorScreenPos(top);