Skip to content

Commit

Permalink
Fixed issue with star change
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosdrop committed May 21, 2020
1 parent ae414a6 commit 1b5bebe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lables.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ if (A_GuiEvent = "I" && InStr(ErrorLevel, "S", true))

LV_Modify(A_EventInfo ,,UpdateStar,,,,,,,,NextStar)
IniWrite, %NextStar%, %detailsPath%%C_ini%, INFO, Star
fileRead, C_Body, %U_NotePath%%C_FileName%
SaveFile(C_Name,C_SafeName,C_Body,1)
LV@sel_col = "undoomCol1"
}
Expand Down Expand Up @@ -412,6 +413,7 @@ if (A_GuiEvent = "I" && InStr(ErrorLevel, "S", true))

LV_Modify(LastRowSelected,,UpdateStar,,,,,,,,NextStar)
IniWrite, %NextStar%, %detailsPath%%C_ini%, INFO, Star
fileRead, C_Body, %U_NotePath%%C_FileName%
SaveFile(C_Name,C_SafeName,C_Body,1)
return
}
Expand Down

0 comments on commit 1b5bebe

Please sign in to comment.