binarysign #29

Merged
zxq9 merged 5 commits from binarysign into master 2025-11-01 11:32:06 +09:00
Showing only changes of commit b4ea4bdf10 - Show all commits

View File

@ -590,7 +590,7 @@ deploy(State = #s{code = {Codebook, Pages}}) ->
State; State;
Index -> Index ->
#p{code = CodeTx} = lists:nth(Index + 1, Pages), #p{code = CodeTx} = lists:nth(Index + 1, Pages),
Source = wxTextCtrl:getValue(CodeTx), Source = wxStyledTextCtrl:getText(CodeTx),
deploy2(State, Source) deploy2(State, Source)
end. end.