diff options
Diffstat (limited to 'engines/glk/frotz/windows.cpp')
-rw-r--r-- | engines/glk/frotz/windows.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/glk/frotz/windows.cpp b/engines/glk/frotz/windows.cpp index 4f59666705..cbc0682de7 100644 --- a/engines/glk/frotz/windows.cpp +++ b/engines/glk/frotz/windows.cpp @@ -130,6 +130,8 @@ void Window::setProperty(WindowProperty propType, zword value) { case TRUE_FG_COLOR: case TRUE_BG_COLOR: _properties[propType] = value; + if (_win && _win->_stream) + _win->_stream->setZColors(_properties[TRUE_FG_COLOR], _properties[TRUE_BG_COLOR]); break; default: |