GUI: channel pair hints, part 2
POKEY
This commit is contained in:
parent
4b008f4b41
commit
7fc734744d
3 changed files with 20 additions and 1 deletions
|
|
@ -999,7 +999,7 @@ void FurnaceGUI::drawPattern() {
|
|||
}
|
||||
}
|
||||
}
|
||||
chanHeadBottom=ImGui::GetCursorScreenPos().y;
|
||||
chanHeadBottom=ImGui::GetCursorScreenPos().y-ImGui::GetStyle().ItemSpacing.y;
|
||||
}
|
||||
ImGui::TableNextColumn();
|
||||
lastPatternWidth=ImGui::GetCursorPosX()-lpwStart+ImGui::GetStyle().ScrollbarSize;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue