Update privacy_item.cpp
This commit is contained in:
parent
ff4ed82693
commit
bef539e4de
|
|
@ -96,7 +96,6 @@ PrivacyItem::PrivacyItem(const Json::Value &config_, enum PrivacyNodeType privac
|
||||||
}
|
}
|
||||||
|
|
||||||
void PrivacyItem::update_tooltip() {
|
void PrivacyItem::update_tooltip() {
|
||||||
spdlog::trace("update privacy tooltip");
|
|
||||||
// Removes all old nodes
|
// Removes all old nodes
|
||||||
for (auto *child : tooltip_window.get_children()) {
|
for (auto *child : tooltip_window.get_children()) {
|
||||||
tooltip_window.remove(*child);
|
tooltip_window.remove(*child);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue