Skip to content

Commit

Permalink
[wip] fixes issue #32 on my macos computer - requires further testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ndepaola committed Apr 2, 2022
1 parent 5a7be52 commit 527fe55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/format_text.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,7 @@ function format_text(input_string, italics_strings, flavour_index, is_centred) {
idsetd = charIDToTypeID("setd");
idTxLr = charIDToTypeID("TxLr");
desc119.putObject(idT, idTxLr, primary_action_descriptor);
app.refresh();
executeAction(idsetd, desc119, DialogModes.NO);

// Reset layer's justification and disable hypenation
Expand Down

0 comments on commit 527fe55

Please sign in to comment.