GUI: fix ES5506 Amiga pitch warning
This commit is contained in:
parent
21430308aa
commit
e168d2b6c2
|
@ -1296,9 +1296,11 @@ bool FurnaceGUI::drawSysConf(int chan, int sysPos, DivSystem type, DivConfig& fl
|
||||||
if (ImGui::Checkbox(_("Amiga-like pitch (non-linear pitch only)"),&amigaPitch)) {
|
if (ImGui::Checkbox(_("Amiga-like pitch (non-linear pitch only)"),&amigaPitch)) {
|
||||||
altered=true;
|
altered=true;
|
||||||
}
|
}
|
||||||
|
if (amigaPitch && e->song.linearPitch==2) {
|
||||||
if (ImGui::IsItemHovered()) {
|
if (ImGui::IsItemHovered()) {
|
||||||
ImGui::SetTooltip("pitch linearity is set to linear. this won't do anything!");
|
ImGui::SetTooltip("pitch linearity is set to linear. this won't do anything!");
|
||||||
}
|
}
|
||||||
|
}
|
||||||
popWarningColor();
|
popWarningColor();
|
||||||
|
|
||||||
if (altered) {
|
if (altered) {
|
||||||
|
|
Loading…
Reference in a new issue