Console: Add support for text color
This commit is contained in:
@@ -19,7 +19,7 @@ namespace Ndk
|
||||
* \return History of the console
|
||||
*/
|
||||
|
||||
inline const TextAreaWidget* Console::GetHistory() const
|
||||
inline const RichTextAreaWidget* Console::GetHistory() const
|
||||
{
|
||||
return m_history;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user