Revert 1469424 and fix wrong char position when doing mouse selection on intlGUIEditB...
authorLoïc Blot <nerzhul@users.noreply.github.com>
Wed, 24 May 2017 06:56:40 +0000 (08:56 +0200)
committerGitHub <noreply@github.com>
Wed, 24 May 2017 06:56:40 +0000 (08:56 +0200)
commit099624a513198334ba66c4770e8679d6b2a9138a
treebc6d0fbdd4070fdd5cc02fd79f61a0c55b7cdd0a
parente8fb1f79bcd4261e2ed58f2f4286994d947572e2
Revert 1469424 and fix wrong char position when doing mouse selection on intlGUIEditBox (#5806)

* Revert 1469424075affce7c27bb44e5a5cbd51485e44b2 and fix wrong char position when doing mouse selection on intlGUIEditBox

position should look at current line not the whole text and shift 1 character on the last line (due to \0 string delimiter)

* Finish the fix and prevent values under zero for getCursorPos which crash the program if found

* Forget to remove old comment

* fix zero to NULL

* Fix typo
src/intlGUIEditBox.cpp