X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fbase%2Frs_staticgraphicview.cpp;h=4064573066e17b64f2df09628055c2662163a582;hb=af32602b9d8075080d5805143f1cd47fc10672e1;hp=2451576a6797b61b54e46a0e372431304b8136a5;hpb=7efabf993d0acf72e4f7df5e3ccfa4513b070be6;p=architektonas diff --git a/src/base/rs_staticgraphicview.cpp b/src/base/rs_staticgraphicview.cpp index 2451576..4064573 100644 --- a/src/base/rs_staticgraphicview.cpp +++ b/src/base/rs_staticgraphicview.cpp @@ -33,6 +33,8 @@ just me. >:-) */ RS_StaticGraphicView::RS_StaticGraphicView(int w, int h, PaintInterface * p): /*painter(p),*/ width(w), height(h) { +//#warning "!!! PaintInterface * p passed in constructor is IGNORED !!!" +//Not strictly true: it sets painter down below there... setBackground(RS_Color(255, 255, 255)); painter = p; setBorders(5, 5, 5, 5);