diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-02-28 21:33:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-02-28 21:33:08 +0300 |
commit | 8a3adb5dc695fec3f4db5f0705c53687862fb801 (patch) | |
tree | 37809579bdc856c62cc99360ee17262d415ff03a /src/gui/widgets/button.cpp | |
parent | 6ffd428383326c7b77e1b5e1777ae3a9f2e4156b (diff) | |
download | plus-8a3adb5dc695fec3f4db5f0705c53687862fb801.tar.gz plus-8a3adb5dc695fec3f4db5f0705c53687862fb801.tar.bz2 plus-8a3adb5dc695fec3f4db5f0705c53687862fb801.tar.xz plus-8a3adb5dc695fec3f4db5f0705c53687862fb801.zip |
Add some missing debug includes.
Diffstat (limited to 'src/gui/widgets/button.cpp')
-rw-r--r-- | src/gui/widgets/button.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/button.cpp b/src/gui/widgets/button.cpp index 10a64a3d3..b430dfebb 100644 --- a/src/gui/widgets/button.cpp +++ b/src/gui/widgets/button.cpp @@ -447,5 +447,5 @@ void Button::adjustSize() void Button::setCaption(const std::string& caption) { mCaption = caption; - adjustSize(); +// adjustSize(); } |