Browse Source

Fixed the doxygen string for UITextInput::insertLine

cib 12 năm trước cách đây
mục cha
commit
4c6685599c
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      Modules/Contents/UI/Include/PolyUITextInput.h

+ 2 - 1
Modules/Contents/UI/Include/PolyUITextInput.h

@@ -131,7 +131,8 @@ namespace Polycode {
 			void onLoseFocus();
 		
 			/**
-			 * Insert an empty line after the currently selected line.
+			 * Insert a linebreak after the cursor and move
+			 * the cursor to the new line.
 			 *
 			 * @param after Unused. This must be true.
 			 */