Explorar o código

remove debug fontstyle bold setting

sschmid %!s(int64=5) %!d(string=hai) anos
pai
achega
df32baa823
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/MusicalScore/Label.ts

+ 0 - 1
src/MusicalScore/Label.ts

@@ -14,7 +14,6 @@ export class Label {
         this.text = text;
         this.textAlignment = alignment;
         this.font = font;
-        this.fontStyle = FontStyles.Bold; // debug
         // maybe give EngravingRules as argument, to set FontStyle and potentially further style settings
     }