mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-07 03:07:34 +01:00
changed name
This commit is contained in:
parent
9c0602f406
commit
a408084237
@ -406,7 +406,7 @@ private:
|
||||
if (selectedNames.size() != 1 && _this->selectedListName != "") { style::endDisabled(); }
|
||||
|
||||
//Draw import and export buttons
|
||||
ImGui::BeginTable(("freq_manager_btn_table"+_this->name).c_str(), 2);
|
||||
ImGui::BeginTable(("freq_manager_bottom_btn_table"+_this->name).c_str(), 2);
|
||||
ImGui::TableNextRow();
|
||||
|
||||
ImGui::TableSetColumnIndex(0);
|
||||
|
Loading…
Reference in New Issue
Block a user