Fix warnings

This commit is contained in:
Howard Su
2020-10-22 08:47:10 +08:00
parent fbd7321b48
commit 62868b2533
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);