We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d09210 commit 7b656b5Copy full SHA for 7b656b5
data/images/page/clear.svg
data/images/tool/minify.svg
src/SetupWidgets.cpp
@@ -33,7 +33,7 @@ void setupWidgets(){
33
floatingSettings->setHide();
34
return;
35
}
36
- if(drawing->getPen() != PEN){
+ if(drawing->getPen() != PEN || drawing->getPenStyle() != SPLINE){
37
setPen(PEN);
38
setPenStyle(SPLINE);
39
0 commit comments