summaryrefslogtreecommitdiff
path: root/src/guichan/include/guichan/basiccontainer.hpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-08-15 23:04:44 +0300
committerAndrei Karas <akaras@inbox.ru>2011-08-16 00:24:50 +0300
commitb1f8a2eaab592b59b5946bdbe38f0d8f775cc434 (patch)
tree96d80ba45ad1ddaf5038d983b90365854efb4753 /src/guichan/include/guichan/basiccontainer.hpp
parentdec741233dc709950fe542bcd4f69b254b33eb80 (diff)
downloadplus-b1f8a2eaab592b59b5946bdbe38f0d8f775cc434.tar.gz
plus-b1f8a2eaab592b59b5946bdbe38f0d8f775cc434.tar.bz2
plus-b1f8a2eaab592b59b5946bdbe38f0d8f775cc434.tar.xz
plus-b1f8a2eaab592b59b5946bdbe38f0d8f775cc434.zip
Add drop down widget for setup pages.
Known issue: popup listbox drawed under other widgets.
Diffstat (limited to 'src/guichan/include/guichan/basiccontainer.hpp')
-rw-r--r--src/guichan/include/guichan/basiccontainer.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guichan/include/guichan/basiccontainer.hpp b/src/guichan/include/guichan/basiccontainer.hpp
index b63b83cd8..998e1f601 100644
--- a/src/guichan/include/guichan/basiccontainer.hpp
+++ b/src/guichan/include/guichan/basiccontainer.hpp
@@ -132,7 +132,7 @@ namespace gcn
* @see remove, clear
*/
virtual void clear();
-
+
/**
* Draws the children widgets of the basic container.
*