menue: fix my stupid typo that avoids scrollbars

Origin commit data
------------------
Branch: ni/coolstream
Commit: 8115f33948
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-08 (Fri, 08 Sep 2017)

Origin message was:
------------------
- menue: fix my stupid typo that avoids scrollbars

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-09-08 12:15:11 +02:00
parent 7f84346b01
commit ef1606884b

View File

@@ -1226,7 +1226,7 @@ void CMenuWidget::calcSize()
//scrollbar width
scrollbar_width=0;
if (total_pages > 1)
scrollbar_width = scrollbar_width;
scrollbar_width = SCROLLBAR_WIDTH;
full_width = width + scrollbar_width + OFFSET_SHADOW;
full_height = height + fbutton_height + OFFSET_SHADOW + OFFSET_INTER; // hintbox is handled separately