mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-08-11 10:31:46 +02:00
Fixed text in M17 decoder
This commit is contained in:
@@ -222,7 +222,7 @@ private:
|
|||||||
ImGui::EndTable();
|
ImGui::EndTable();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ImGui::Checkbox(CONCAT("Show Reference TEST Lines##m17_showlines_", _this->name), &_this->showLines)) {
|
if (ImGui::Checkbox(CONCAT("Show Reference Lines##m17_showlines_", _this->name), &_this->showLines)) {
|
||||||
if (_this->showLines) {
|
if (_this->showLines) {
|
||||||
_this->diag.lines.push_back(-0.75f);
|
_this->diag.lines.push_back(-0.75f);
|
||||||
_this->diag.lines.push_back(-0.25f);
|
_this->diag.lines.push_back(-0.25f);
|
||||||
@@ -312,4 +312,4 @@ MOD_EXPORT void _DELETE_INSTANCE_(void* instance) {
|
|||||||
MOD_EXPORT void _END_() {
|
MOD_EXPORT void _END_() {
|
||||||
config.disableAutoSave();
|
config.disableAutoSave();
|
||||||
config.save();
|
config.save();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user