Committed patch #7838, Fix for window header redraw in sculpt mode from aurel.

Fixes flickering in the 3D view header after using the interactive brush size tool.
This commit is contained in:
Nicholas Bishop
2007-12-07 21:45:34 +00:00
parent dc9909a33e
commit 8c8cdebffa

View File

@@ -1361,6 +1361,7 @@ void sculptmode_propset_end(SculptSession *ss, int cancel)
ss->propset= NULL;
allqueue(REDRAWVIEW3D, 0);
allqueue(REDRAWBUTSEDIT, 0);
allqueue(REDRAWHEADERS, 0);
}
}