mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-15 17:25:06 +00:00
GUI: don't display a tooltip on the oscilloscope
This commit is contained in:
parent
e443e71a20
commit
9b62eb9d34
1 changed files with 2 additions and 0 deletions
|
@ -2001,7 +2001,9 @@ void FurnaceGUI::drawOsc() {
|
|||
values[i]=(e->oscBuf[0][pos]+e->oscBuf[1][pos])*0.5f;
|
||||
}
|
||||
//ImGui::SetCursorPos(ImVec2(0,0));
|
||||
ImGui::BeginDisabled();
|
||||
ImGui::PlotLines("##SingleOsc",values,512,0,NULL,-1.0f,1.0f,ImGui::GetContentRegionAvail());
|
||||
ImGui::EndDisabled();
|
||||
}
|
||||
ImGui::PopStyleVar(4);
|
||||
ImGui::End();
|
||||
|
|
Loading…
Reference in a new issue