fix
This commit is contained in:
parent
7974b96275
commit
e7c39a0d6f
|
@ -6627,6 +6627,8 @@ bool FurnaceGUI::loop() {
|
||||||
}
|
}
|
||||||
ImGui::EndPopup();
|
ImGui::EndPopup();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: fix style
|
||||||
centerNextWindow(_("Select Sample"),canvasW,canvasH);
|
centerNextWindow(_("Select Sample"),canvasW,canvasH);
|
||||||
if (ImGui::BeginPopupModal(_("Select Sample"),NULL,ImGuiWindowFlags_AlwaysAutoResize)) {
|
if (ImGui::BeginPopupModal(_("Select Sample"),NULL,ImGuiWindowFlags_AlwaysAutoResize)) {
|
||||||
bool quitPlease=false;
|
bool quitPlease=false;
|
||||||
|
@ -6673,6 +6675,7 @@ centerNextWindow(_("Select Sample"),canvasW,canvasH);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
// TODO:fixstyle from hereonwards
|
||||||
ImGuiIO& io = ImGui::GetIO();
|
ImGuiIO& io = ImGui::GetIO();
|
||||||
if(ImGui::Checkbox(id.c_str(),&pendingSamples[i].second) && io.KeyShift)
|
if(ImGui::Checkbox(id.c_str(),&pendingSamples[i].second) && io.KeyShift)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue