bug - fillet command

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

bug - fillet command

ravas
The fillet command is connected to bevel.

    cmdTranslation.insert("fillet", tr("fillet", "modify - fillet"));
    mainCommands.insert(tr("fillet", "modify - fillet"), RS2::ActionModifyBevel);