GUI: fix split button in centered pattern mode

issue #727
This commit is contained in:
tildearrow 2022-11-15 02:53:37 -05:00
parent 1a35ce478f
commit d1c0cdf7d1
1 changed files with 1 additions and 1 deletions

View File

@ -652,7 +652,7 @@ void FurnaceGUI::drawPattern() {
}
case 3: // split button
ImGui::Dummy(ImVec2(1.0f,2.0f*dpiScale));
ImGui::SetCursorPosX(minLabelArea.x);
//ImGui::SetCursorPosX(minLabelArea.x);
ImGui::TextUnformatted(chanID);
ImGui::SameLine();
ImGui::PushFont(mainFont);