Skip to content

Commit

Permalink
Fix #1305
Browse files Browse the repository at this point in the history
  • Loading branch information
PHPirates committed Mar 17, 2020
1 parent 7277b7e commit a40f169
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ object AutoCompileState {
hasChanged = false

// Get run configuration selected in the combobox and run that one
if (project!!.isDisposed) return
val runConfigSettings = RunManager.getInstance(project!!).selectedConfiguration

if (runConfigSettings?.configuration !is LatexRunConfiguration) {
Expand Down

0 comments on commit a40f169

Please sign in to comment.