diff options
Diffstat (limited to 'chalk/core/kis_layer.cc')
-rw-r--r-- | chalk/core/kis_layer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/core/kis_layer.cc b/chalk/core/kis_layer.cc index cac178e5..752159c0 100644 --- a/chalk/core/kis_layer.cc +++ b/chalk/core/kis_layer.cc @@ -311,7 +311,7 @@ void KisLayer::setClean(const TQRect & rect) // XXX: We should only set the parts clean that were actually cleaned. However, extent and exactBounds conspire // to make that very hard atm. - //if (rect.tqcontains(m_dirtyRect)) m_dirtyRect = TQRect(); + //if (rect.contains(m_dirtyRect)) m_dirtyRect = TQRect(); m_dirtyRect = TQRect(); } |