Salome HOME
Merge master branch into V9_dev
[modules/gui.git] / src / Qtx / QtxWorkstackAction.cxx
index 4716b230928d7abf721a493b68c35420e49f0903..668bd4f58734a852ca103194f0f7c54f0f8403ae 100644 (file)
@@ -203,7 +203,7 @@ int QtxWorkstackAction::accel( const int id ) const
 {
   int a = 0;
   if ( action( id ) )
-    a = action( id )->shortcut();
+    a = action( id )->shortcut()[0];
   return a;
 }