diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2007-02-10 18:28:17 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2007-02-10 18:28:17 +0000 |
commit | d9af4a90a1b242645d38ff1427793ba86c1805b7 (patch) | |
tree | 9ed0ecc8fa53cb357f2e914145ef3bfea4458bc9 /ChangeLog | |
parent | 41cee6568c7c005ed54d665b82cc5f251b23ab59 (diff) | |
download | mana-d9af4a90a1b242645d38ff1427793ba86c1805b7.tar.gz mana-d9af4a90a1b242645d38ff1427793ba86c1805b7.tar.bz2 mana-d9af4a90a1b242645d38ff1427793ba86c1805b7.tar.xz mana-d9af4a90a1b242645d38ff1427793ba86c1805b7.zip |
Fixed the bug in the scrolling limitation that made it possible to scroll outside of the map in the south and east.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,4 +1,9 @@ -2007-02-04 Bjørn Lindeijer <bjorn@lindeijer.nl> +2007-02-10 Philipp Sehmisch <tmw@crushnet.org> + + * src/gui/viewport.cpp: Fixed the bug in the scrolling limitation that made + it possible to scroll outside of the map in the south and east. + +2007-02-04 Bjørn Lindeijer <bjorn@lindeijer.nl> * src/gui/menuwindow.cpp: Fixed a small glitch when dragging the menu window. |