GUI: new osc renderer, part 27
hide scroll bar
This commit is contained in:
parent
e17df27f66
commit
589e6f98e0
|
@ -4675,7 +4675,7 @@ bool FurnaceGUI::loop() {
|
|||
}
|
||||
|
||||
// NEW CODE - REMOVE WHEN DONE
|
||||
if (ImGui::Begin("Shader Editor 2024",NULL)) {
|
||||
if (ImGui::Begin("Shader Editor 2024",NULL,ImGuiWindowFlags_NoScrollWithMouse|ImGuiWindowFlags_NoScrollbar)) {
|
||||
ImGui::PushFont(patFont);
|
||||
ImGui::InputTextMultiline("##SHFragment",&newOscFragment,ImVec2(ImGui::GetContentRegionAvail().x,ImGui::GetContentRegionAvail().y-ImGui::GetFrameHeightWithSpacing()),ImGuiInputTextFlags_UndoRedo);
|
||||
ImGui::PopFont();
|
||||
|
|
Loading…
Reference in a new issue