diff options
author | Björn Steinbrink <B.Steinbrink@gmx.de> | 2005-10-20 11:33:17 +0000 |
---|---|---|
committer | Björn Steinbrink <B.Steinbrink@gmx.de> | 2005-10-20 11:33:17 +0000 |
commit | ce2813cb1f4988669422c6af3e8c4442776e45c8 (patch) | |
tree | 098177c279f5376bd27d4db30f913f6e61471537 /ChangeLog | |
parent | 5acb9213cc2ee949a252a5c08a9a9a13542b94d5 (diff) | |
download | mana-ce2813cb1f4988669422c6af3e8c4442776e45c8.tar.gz mana-ce2813cb1f4988669422c6af3e8c4442776e45c8.tar.bz2 mana-ce2813cb1f4988669422c6af3e8c4442776e45c8.tar.xz mana-ce2813cb1f4988669422c6af3e8c4442776e45c8.zip |
Added garbage collection to the ScrollArea class. Fixed slider not being updated in the item amount box when the buttons are used.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ 2005-10-20 Björn Steinbrink <B.Steinbrink@gmx.de> + * src/gui/item_amount.cpp: Fix scrollbar not being updated when the + amount is changed using the buttons. + * src/gui/buddywindow.cpp, src/gui/buddywindow.h, src/gui/buy.cpp, + src/gui/buy.h, src/gui/char_select.cpp, src/gui/char_select.h, + src/gui/char_server.cpp, src/gui/chat.cpp, src/gui/help.cpp, + src/gui/help.h, src/gui/inventorywindow.cpp, + src/gui/inventorywindow.h, src/gui/item_amount.cpp, src/gui/npc.cpp, + src/gui/npc.h, src/gui/npc_text.cpp, src/gui/npc_text.h, + src/gui/scrollarea.cpp, src/gui/scrollarea.h, src/gui/sell.cpp, + src/gui/sell.h, src/gui/setup.cpp ,src/gui/skill.cpp, + src/gui/trade.cpp, src/gui/updatewindow.cpp: Add garbage collection to + the ScrollArea class. * src/gui/confirm_dialog.cpp, src/gui/confirm_dialog.h, src/gui/connection.cpp, src/gui/connection.h, src/gui/debugwindow.cpp, src/gui/debugwindow.h, src/gui/item_amount.cpp, src/gui/item_amount.h, |