mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 08:21:07 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user