mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 20:17:38 +00:00
DPS Update
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5501 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8b5f92c7cd
commit
647e29924b
1 changed files with 5 additions and 4 deletions
|
@ -1784,16 +1784,17 @@ resetCursorRectsForView(NSView *theView)
|
|||
|
||||
- (void) _processResizeEvent
|
||||
{
|
||||
NSGraphicsContext* context = GSCurrentContext();
|
||||
|
||||
if (gstate)
|
||||
{
|
||||
NSGraphicsContext* context = GSCurrentContext();
|
||||
DPSgsave(context);
|
||||
DPSsetgstate(context, gstate);
|
||||
DPSupdatewindow(context, window_num);
|
||||
DPScurrentgstate(context, gstate);
|
||||
DPSpop(context);
|
||||
DPSgrestore(context);
|
||||
}
|
||||
DPSupdatewindow(context, window_num);
|
||||
if (gstate)
|
||||
DPSgrestore(context);
|
||||
|
||||
[self update];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue