From dbd70f58177e65266d1dff00f4ccf5bca7acbc04 Mon Sep 17 00:00:00 2001 From: Ira Rice Date: Fri, 9 Jan 2009 14:40:28 -0700 Subject: Removed close button from minimap windows. While this was a nice idea at the time (and it might be added back in the future), it requires a bit of a change to the window code to fix (not too hard) and its own custom click handler (again, not that hard). Done for the sake of avoiding too much redundancy. Signed-off-by: Ira Rice --- src/gui/minimap.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/gui/minimap.cpp b/src/gui/minimap.cpp index ebeed6d7..0d14c360 100644 --- a/src/gui/minimap.cpp +++ b/src/gui/minimap.cpp @@ -38,7 +38,6 @@ Minimap::Minimap(): mMapImage(NULL), mProportion(0.5) { - setCloseButton(true); setWindowName(_("MiniMap")); } -- cgit v1.2.3-70-g09d2