diff options
author | Ira Rice <irarice@gmail.com> | 2009-01-09 14:40:28 -0700 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-01-09 14:40:28 -0700 |
commit | dbd70f58177e65266d1dff00f4ccf5bca7acbc04 (patch) | |
tree | 306d1307a57177ee32b53c3ee02f653a67d38078 /src | |
parent | 1e70a04b0e004787a158584f247ebc3ffa654029 (diff) | |
download | mana-dbd70f58177e65266d1dff00f4ccf5bca7acbc04.tar.gz mana-dbd70f58177e65266d1dff00f4ccf5bca7acbc04.tar.bz2 mana-dbd70f58177e65266d1dff00f4ccf5bca7acbc04.tar.xz mana-dbd70f58177e65266d1dff00f4ccf5bca7acbc04.zip |
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 <irarice@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/minimap.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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")); } |