From 0c869fc47a30616967cb8b69af9ec772566d7076 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Mon, 19 May 2008 10:48:18 +0000 Subject: Removed the PopupBox class and used gcn::DropDown instead. It has clipping issues, but it would be better to fix those instead of using this complicated workaround. --- src/gui/viewport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/viewport.h') diff --git a/src/gui/viewport.h b/src/gui/viewport.h index a91ab14d..8d3fbd3c 100644 --- a/src/gui/viewport.h +++ b/src/gui/viewport.h @@ -132,7 +132,7 @@ class Viewport : public WindowContainer, public gcn::MouseListener, * Changes viewpoint by relative pixel coordinates. */ void - scrollBy (float x, float y) { mPixelViewX += x; mPixelViewY += y; } + scrollBy(float x, float y) { mPixelViewX += x; mPixelViewY += y; } private: /** -- cgit v1.2.3-70-g09d2