Skip to content

Commit

Permalink
apps/radar/Qucid - working on field menu
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-dixon committed Feb 25, 2024
1 parent aa7b970 commit eb4e572
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions codebase/apps/radar/src/Qucid/CartManager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1984,6 +1984,11 @@ void CartManager::_createFieldMenu()
_fieldTable->resizeColumnsToContents();
_fieldTable->resizeRowsToContents();
_fieldTable->showNormal();

// connect click to cell set color

connect(_fieldTable, SIGNAL(cellClicked(const int, const int)),
_fieldTable, SLOT(setCurrentCell(const int, const int)));

}

Expand Down

0 comments on commit eb4e572

Please sign in to comment.