mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 03:11:18 +00:00
Do not flush the window during an NSHighlightRect()
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13679 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
92e98af780
commit
3b8bc8cd5e
1 changed files with 0 additions and 1 deletions
|
@ -337,7 +337,6 @@ void NSHighlightRect(NSRect aRect)
|
|||
DPScompositerect(ctxt, NSMinX(aRect), NSMinY(aRect),
|
||||
NSWidth(aRect), NSHeight(aRect),
|
||||
NSCompositeHighlight);
|
||||
[[[ctxt focusView] window] flushWindow];
|
||||
}
|
||||
|
||||
void NSRectClip(NSRect aRect)
|
||||
|
|
Loading…
Reference in a new issue