mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-21 06:40:37 +01:00
Escher: Rect-based dirty tracking
Change-Id: I798dd04f4b36042429105e2ccdf7cd5df554bedf
This commit is contained in:
@@ -12,12 +12,12 @@ TabViewCell::TabViewCell() :
|
||||
|
||||
void TabViewCell::setName(const char * name) {
|
||||
m_name = name;
|
||||
markAsNeedingRedraw();
|
||||
markRectAsDirty(bounds());
|
||||
}
|
||||
|
||||
void TabViewCell::setActive(bool active) {
|
||||
m_active = active;
|
||||
markAsNeedingRedraw();
|
||||
markRectAsDirty(bounds());
|
||||
}
|
||||
|
||||
void TabViewCell::drawRect(KDRect rect) const {
|
||||
|
||||
Reference in New Issue
Block a user