mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-10 20:57:41 +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(); }
|
if (selectedNames.size() != 1 && _this->selectedListName != "") { style::endDisabled(); }
|
||||||
|
|
||||||
//Draw import and export buttons
|
//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::TableNextRow();
|
||||||
|
|
||||||
ImGui::TableSetColumnIndex(0);
|
ImGui::TableSetColumnIndex(0);
|
||||||
|
Loading…
Reference in New Issue
Block a user