Skip to content

Commit

Permalink
Widgets|libappfw: Showing scroll bar in dialogs
Browse files Browse the repository at this point in the history
The scroll bar wasn’t initially showing up even though enabled.
  • Loading branch information
skyjake committed Oct 7, 2018
1 parent 6d0c68f commit a89d69a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doomsday/sdk/libappfw/src/widgets/scrollareawidget.cpp
Expand Up @@ -423,6 +423,7 @@ void ScrollAreaWidget::enablePageKeys(bool enabled)
void ScrollAreaWidget::enableIndicatorDraw(bool enabled)
{
d->indicatorDrawEnabled = enabled;
d->restartScrollOpacityFade();
}

bool ScrollAreaWidget::handleEvent(Event const &event)
Expand Down

0 comments on commit a89d69a

Please sign in to comment.