Merge pull request #23 from howard0su/warnings

Fix warnings
This commit is contained in:
AlexandreRouma
2020-10-22 02:54:01 +02:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@ -271,7 +271,7 @@ private:
int i = 0;
for (auto gain : _this->gainList) {
ImGui::Text((gain + " gain").c_str());
ImGui::Text("%s gain", gain.c_str());
ImGui::SameLine();
ImGui::SetCursorPosX(gainNameLen);
ImGui::SetNextItemWidth(menuWidth - gainNameLen);