Addressing comments
This commit is contained in:
parent
c561ceceaf
commit
592bf34bf3
6 changed files with 12 additions and 42 deletions
|
|
@ -119,7 +119,7 @@ void FurnaceGUI::drawSampleEdit() {
|
|||
doAction(GUI_ACTION_SAMPLE_LIST_OPEN_REPLACE);
|
||||
}
|
||||
if (ImGui::IsItemHovered()) {
|
||||
ImGui::SetTooltip("Load");
|
||||
ImGui::SetTooltip("Open");
|
||||
}
|
||||
ImGui::SameLine();
|
||||
if (ImGui::Button(ICON_FA_FLOPPY_O "##SESave")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue