Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
cbeditor's bug fix in bracecompletion function
killerbot:
applied
Loaden:
--- Quote from: killerbot on March 30, 2010, 08:19:25 pm ---applied
--- End quote ---
Hi, killerbot, I think it should be change to :
--- Code: --- #if wxCHECK_VERSION(2, 9, 0)
if ((index != wxNOT_FOUND) && ((unWant.Find(wxUniChar(nextChar)) != wxNOT_FOUND) || (pos == control->GetLength())))
#else
if ((index != wxNOT_FOUND) && ((unWant.Find(nextChar) != wxNOT_FOUND) || (pos == control->GetLength())))
#endif
--- End code ---
What do you think?
Navigation
[0] Message Index
[*] Previous page
Go to full version