Commit 9b8fa99
File tree
8 files changed
+1856
-34
lines changed- build/android/jni
- doc
- src
8 files changed
+1856
-34
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
149 | 149 |
| |
150 | 150 |
| |
151 | 151 |
| |
| 152 | + | |
152 | 153 |
| |
153 | 154 |
| |
154 | 155 |
| |
|
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1918 | 1918 |
| |
1919 | 1919 |
| |
1920 | 1920 |
| |
1921 |
| - | |
| 1921 | + | |
1922 | 1922 |
| |
| 1923 | + | |
1923 | 1924 |
| |
1924 | 1925 |
| |
1925 | 1926 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
511 | 511 |
| |
512 | 512 |
| |
513 | 513 |
| |
| 514 | + | |
514 | 515 |
| |
515 | 516 |
| |
516 | 517 |
| |
|
1 commit comments
paramat commentedon Oct 9, 2017
@adelcoding1 Warnings during build:
src/guiEditBoxWithScrollbar.cpp:1436:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (getTextDimension().Height > m_frame_rect.getHeight()) {
src/intlGUIEditBox.cpp:1520:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (getTextDimension().Height > FrameRect.getHeight()) {