netpanzer-cvs
[Top][All Lists]
Advanced

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

[netPanzer-CVS] netpanzer ./ChangeLog src/Lib/View/AbstractButt...


From: Matthias Braun
Subject: [netPanzer-CVS] netpanzer ./ChangeLog src/Lib/View/AbstractButt...
Date: Mon, 20 Oct 2003 18:34:10 -0400

CVSROOT:        /cvsroot/netpanzer
Module name:    netpanzer
Branch:         
Changes by:     Matthias Braun <address@hidden> 03/10/20 18:34:10

Modified files:
        .              : ChangeLog 
        src/Lib/View   : AbstractButton.hpp View.cpp cButton.cpp 

Log message:
        fixed missing unit pictures in build menu

Patches:
Index: netpanzer/ChangeLog
diff -u netpanzer/ChangeLog:1.14 netpanzer/ChangeLog:1.15
--- netpanzer/ChangeLog:1.14    Tue Oct 14 15:24:23 2003
+++ netpanzer/ChangeLog Mon Oct 20 18:34:10 2003
@@ -1,3 +1,6 @@
+21-Oct-2003 by Matthias Braun
+-fixed the missing unit pictures in build menu
+
 14-Oct-2003 by Matthias Braun
 -fixed crash when client disconnects or connection is lost
 
Index: netpanzer/src/Lib/View/AbstractButton.hpp
diff -u netpanzer/src/Lib/View/AbstractButton.hpp:1.4 
netpanzer/src/Lib/View/AbstractButton.hpp:1.5
--- netpanzer/src/Lib/View/AbstractButton.hpp:1.4       Mon Oct 13 10:30:12 2003
+++ netpanzer/src/Lib/View/AbstractButton.hpp   Mon Oct 20 18:34:10 2003
@@ -111,7 +111,7 @@
     {}
 
     virtual void actionPerformed(const mMouseEvent &me);
-    virtual void draw(const Surface &dest)
+    virtual void draw(Surface &dest)
     {}
 
 }
Index: netpanzer/src/Lib/View/View.cpp
diff -u netpanzer/src/Lib/View/View.cpp:1.20 
netpanzer/src/Lib/View/View.cpp:1.21
--- netpanzer/src/Lib/View/View.cpp:1.20        Mon Oct 13 10:30:14 2003
+++ netpanzer/src/Lib/View/View.cpp     Mon Oct 20 18:34:10 2003
@@ -453,7 +453,7 @@
         drawStatus(clientArea);
     }
 
-    //FIXME//drawButtons(viewArea);
+    drawButtons(viewArea);
     drawDefinedButtons(clientArea);
     drawInputFields(clientArea);
     drawLabels(clientArea);
Index: netpanzer/src/Lib/View/cButton.cpp
diff -u netpanzer/src/Lib/View/cButton.cpp:1.9 
netpanzer/src/Lib/View/cButton.cpp:1.10
--- netpanzer/src/Lib/View/cButton.cpp:1.9      Fri Oct  3 10:45:02 2003
+++ netpanzer/src/Lib/View/cButton.cpp  Mon Oct 20 18:34:10 2003
@@ -142,7 +142,6 @@
     leftClickFunc = nLeftClickFunc;
 
     topSurface.pack(tempTopSurface);
-
 } // end createTIL
 
 // createSurface




reply via email to

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