Skip to content

Commit

Permalink
apps/radar/Qucid - testing field menu
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-dixon committed Feb 26, 2024
1 parent 5acca72 commit 93e6b17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion codebase/apps/radar/src/Qucid/CartManager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2017,7 +2017,8 @@ void CartManager::_createFieldMenu()
_fieldTable->resizeRowsToContents();
_fieldTable->adjustSize();
_fieldTable->setAlternatingRowColors(true);

_fieldTable->setSelectionMode(QAbstractItemView::SingleSelection);

// initialize

_fieldTable->setCurrentCell(0, 0);
Expand Down

0 comments on commit 93e6b17

Please sign in to comment.