Console: Add support for text color

This commit is contained in:
Lynix
2019-09-22 13:07:00 +02:00
committed by Jérôme Leclercq
parent 8e4df4cadc
commit 1ea653ab5b
4 changed files with 7 additions and 6 deletions

View File

@@ -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;
}