disable the debug crap
This commit is contained in:
parent
25c693cd46
commit
49eb65ab80
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue