Refactor context menu and link button logic

This commit is contained in:
Kellermorph
2026-03-31 17:52:26 +02:00
committed by GitHub
parent ecee2209e6
commit 3795ddb1f5

View File

@@ -342,7 +342,7 @@ void MasterPropertiesWidget::headerCustomContextMenuRequested(const QPoint &pos)
{ {
m_context_menu->clear(); m_context_menu->clear();
m_context_menu->addAction(m_save_header_state); m_context_menu->addAction(m_save_header_state);
m_context_menu->popup(ui->m_free_tree_widget->header()->mapToGlobal(pos)); m_context_menu->popup(ui->m_free_tree_widget->header()->mapToGlobal(pos));
} }
/** /**