summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-10-17 20:31:23 +0300
committerAndrei Karas <akaras@inbox.ru>2013-10-17 21:17:12 +0300
commit9d5edb66388911525652534a08b5db4968b6c555 (patch)
treeb658a2fec8f6dd7891e7509b5dfe53e604b41755 /src/gui
parent97c60f2d4b1be4ea090728f8fe418ed4160a2021 (diff)
downloadplus-9d5edb66388911525652534a08b5db4968b6c555.tar.gz
plus-9d5edb66388911525652534a08b5db4968b6c555.tar.bz2
plus-9d5edb66388911525652534a08b5db4968b6c555.tar.xz
plus-9d5edb66388911525652534a08b5db4968b6c555.zip
Add missing break into browserbox.
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/widgets/browserbox.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/widgets/browserbox.cpp b/src/gui/widgets/browserbox.cpp
index 35c647d43..5cd9b54f7 100644
--- a/src/gui/widgets/browserbox.cpp
+++ b/src/gui/widgets/browserbox.cpp
@@ -696,6 +696,7 @@ int BrowserBox::calcHeight()
default:
selColor[0] = textColor[0];
selColor[1] = textColor[1];
+ break;
}
}