gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/gui gui.cpp


From: Sandro Santilli
Subject: [Gnash-commit] gnash/gui gui.cpp
Date: Wed, 23 Apr 2008 15:05:38 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  08/04/23 15:05:38

Modified files:
        gui            : gui.cpp 

Log message:
        force redisplay on resize, not on updateStageMatrix...

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/gui.cpp?cvsroot=gnash&r1=1.155&r2=1.156

Patches:
Index: gui.cpp
===================================================================
RCS file: /sources/gnash/gnash/gui/gui.cpp,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -b -r1.155 -r1.156
--- gui.cpp     23 Apr 2008 14:55:28 -0000      1.155
+++ gui.cpp     23 Apr 2008 15:05:38 -0000      1.156
@@ -279,9 +279,6 @@
        // trigger redraw
        //_redraw_flag |= (_width!=width) || (_height!=height);
        _redraw_flag = true; // this fixes bug #21971
-
-
-       if ( _stage ) display(_stage);
 }
 
 
@@ -308,6 +305,8 @@
        _validbounds.setTo(0, 0, _width-1, _height-1);
 
        updateStageMatrix();
+
+       if ( _stage ) display(_stage);
 }
 
 void




reply via email to

[Prev in Thread] Current Thread [Next in Thread]