xiaoxiang781216 commented on a change in pull request #472:
URL: 
https://github.com/apache/incubator-nuttx-apps/pull/472#discussion_r520594056



##########
File path: include/graphics/nxwidgets/itextbox.hxx
##########
@@ -208,7 +208,7 @@ namespace NXWidgets
      * @return position The cursor position.
      */
 
-    virtual const int getCursorPosition(void) const = 0;
+    virtual const int32_t getCursorPosition(void) const = 0;

Review comment:
       two reason:
   
   1. Other function(e.g. moveCursorToPosition) use int
   2. Only CScrollingTextBox use int32_t, all other place use int




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to