Przeglądaj źródła

Fixed lowercase multiline. Test your changes, CIB :)

Ivan Safrin 12 lat temu
rodzic
commit
333f8ce394
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Modules/Contents/UI/Source/PolyUITextInput.cpp

+ 1 - 1
Modules/Contents/UI/Source/PolyUITextInput.cpp

@@ -1056,7 +1056,7 @@ void UITextInput::Paste() {
 
 void UITextInput::showLine(unsigned int lineNumber, bool top) {
 	// If there's no scroll container, no need to adjust the line.
-	if(!multiline) {
+	if(!multiLine) {
 		return;
 	}