binarysign #29
@ -590,7 +590,7 @@ deploy(State = #s{code = {Codebook, Pages}}) ->
|
||||
State;
|
||||
Index ->
|
||||
#p{code = CodeTx} = lists:nth(Index + 1, Pages),
|
||||
Source = wxTextCtrl:getValue(CodeTx),
|
||||
Source = wxStyledTextCtrl:getText(CodeTx),
|
||||
deploy2(State, Source)
|
||||
end.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user