update properly on text editor overlay visibility changes

This commit is contained in:
mae
2010-01-19 15:56:33 +01:00
parent 7ed47e1e94
commit f1932cffa4

View File

@@ -57,8 +57,8 @@ void TextEditorOverlay::setVisible(bool b)
{
if (m_visible == b)
return;
update();
m_visible = b;
m_viewport->update();
}
void TextEditorOverlay::clear()