mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 15:20: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
|
- (void) _processResizeEvent
|
||||||
{
|
{
|
||||||
NSGraphicsContext* context = GSCurrentContext();
|
|
||||||
|
|
||||||
if (gstate)
|
if (gstate)
|
||||||
{
|
{
|
||||||
|
NSGraphicsContext* context = GSCurrentContext();
|
||||||
DPSgsave(context);
|
DPSgsave(context);
|
||||||
DPSsetgstate(context, gstate);
|
DPSsetgstate(context, gstate);
|
||||||
|
DPSupdatewindow(context, window_num);
|
||||||
|
DPScurrentgstate(context, gstate);
|
||||||
|
DPSpop(context);
|
||||||
|
DPSgrestore(context);
|
||||||
}
|
}
|
||||||
DPSupdatewindow(context, window_num);
|
|
||||||
if (gstate)
|
|
||||||
DPSgrestore(context);
|
|
||||||
|
|
||||||
[self update];
|
[self update];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue