@ -473,7 +473,6 @@ namespace lookups
node["source"] = source;
}
public:
/**
* @brief Textual name for the routing rule.
@ -8,7 +8,7 @@
*
*/
* @file TGEdainWnd.h
* @file TGEdMainWnd.h
* @ingroup tged
#if !defined(__TGED_MAIN_WND_H__)
@ -197,6 +197,10 @@ private:
m_tgId.setText(std::to_string(tgId));
auto source = m_rule.source();
source.tgId(tgId);
m_rule.source(source);
redraw();
});
m_tgId.addCallback("down-pressed", [&]() {
@ -207,6 +211,10 @@ private:
m_tgId.addCallback("changed", [&]() {
@ -90,6 +90,9 @@ public:
m_selected = TalkgroupRuleGroupVoice();
m_selectedTgId = 0U;
auto entry = g_tidLookups->groupVoice()[0U];
m_selected = entry;
m_listView.clear();
for (auto entry : g_tidLookups->groupVoice()) {
// pad TGs properly
Powered by TurnKey Linux.