This bug report pertains to LibreCAD
Version: 2.2.0-rc1-254-g9f2c32dd
Compiler: GNU GCC 7.5.0
Compiled on: Sep 27 2020
Qt Version: 5.9.5
Boost Version: 1.65.1
System: Ubuntu 18.04.5 LTS
I have drawn a profile and want to place fillets to some edges. Placing the fillet to the first one at A in the attached example worked as expected.
Trying to place fillets to B and C did not work as expected: I saw the fillet but when I had clicked on the second entity, it went away.
This is the first time that I have worked with layers. The third layer was the active one during my drawing operations and since I did not want to place fillets to the second layer „Hilfsebene“, I locked it.
After I removed the second layer I could place the fillets as desired. However, the second layer was locked during my fillet operation at B and C.
Then I played it again setting the second layer to invisible and locked. Then I could place the fillets as desired.
But I still regard this as bug: a visible locked layer which has a corner at the place, where a fillet is to be placed, should not prevent one from actually placing it in the active layer.
The function bevel, which is operated almost the same way, does not show this bug. Chamfering and rounding should be handled in the same way.