File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1020,6 +1020,12 @@ void GlobalDebuggerUI::SetupMenu(UIContext* context)
10201020 connectedAndStopped));
10211021 debuggerMenu->addAction (" Force Update Memory Cache" , " Misc" );
10221022
1023+ // Register actions for TTD widget context menus
1024+ UIAction::registerAction (" Copy Row" );
1025+ UIAction::registerAction (" Copy Table" );
1026+ UIAction::registerAction (" Column Visibility..." );
1027+ UIAction::registerAction (" Reset Columns to Default" );
1028+
10231029#ifdef WIN32
10241030 UIAction::registerAction (" Record TTD Trace" );
10251031 context->globalActions ()->bindAction (" Record TTD Trace" ,
@@ -1178,11 +1184,6 @@ void GlobalDebuggerUI::SetupMenu(UIContext* context)
11781184 connectedToTTD));
11791185 debuggerMenu->addAction (" TTD Analysis..." , " TTD" );
11801186
1181- // Register actions for TTD widget context menus
1182- UIAction::registerAction (" Copy Row" );
1183- UIAction::registerAction (" Copy Table" );
1184- UIAction::registerAction (" Column Visibility..." );
1185- UIAction::registerAction (" Reset Columns to Default" );
11861187#endif
11871188}
11881189
You can’t perform that action at this time.
0 commit comments