commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r8812 - gnuradio/branches/developers/jblum/gr-wxglgui/


From: jblum
Subject: [Commit-gnuradio] r8812 - gnuradio/branches/developers/jblum/gr-wxglgui/src/python
Date: Sun, 6 Jul 2008 15:15:13 -0600 (MDT)

Author: jblum
Date: 2008-07-06 15:15:11 -0600 (Sun, 06 Jul 2008)
New Revision: 8812

Removed:
   gnuradio/branches/developers/jblum/gr-wxglgui/src/python/Makefile.am
Modified:
   gnuradio/branches/developers/jblum/gr-wxglgui/src/python/plotter.py
Log:
removed Makefile.am

Deleted: gnuradio/branches/developers/jblum/gr-wxglgui/src/python/Makefile.am

Modified: gnuradio/branches/developers/jblum/gr-wxglgui/src/python/plotter.py
===================================================================
--- gnuradio/branches/developers/jblum/gr-wxglgui/src/python/plotter.py 
2008-07-06 20:45:28 UTC (rev 8811)
+++ gnuradio/branches/developers/jblum/gr-wxglgui/src/python/plotter.py 
2008-07-06 21:15:11 UTC (rev 8812)
@@ -81,8 +81,6 @@
                        glMatrixMode(GL_PROJECTION)
                        glLoadIdentity()
                        glOrtho(0, self.width, self.height, 0, 1, 0)
-                       glMatrixMode(GL_MODELVIEW)
-                       glLoadIdentity()
                        self._resized_flag = False
                        self._changed = True
                self.draw()





reply via email to

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