Skip to content

Commit

Permalink
Fixed|UI: Fixed "Show Taskbar" menu item; minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Oct 27, 2019
1 parent f602943 commit 4126253
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
5 changes: 0 additions & 5 deletions doomsday/apps/client/src/ui/home/gamecolumnwidget.cpp
Expand Up @@ -500,11 +500,6 @@ DE_GUI_PIMPL(GameColumnWidget)
}
});
}
else
{
popup->items() << new ui::ActionItem("Select Mods...",
[button]() { button->selectPackages(); });
}

// Items suitable for all types of profiles.
popup->items()
Expand Down
1 change: 1 addition & 0 deletions doomsday/libs/gamekit/libs/common/src/hu_menu.cpp
Expand Up @@ -928,6 +928,7 @@ void Hu_MenuInitOptionsPage()
.setShortcut('t')
.setFont(MENU_FONT1)
.setGroup(1)
.setUserValue2(NumberValue(0))
.setAction(Widget::Deactivated, Hu_MenuSelectControlPanelLink)
.setAction(Widget::FocusGained, Hu_MenuDefaultFocusAction);

Expand Down
2 changes: 1 addition & 1 deletion doomsday/libs/gui/src/windoweventhandler.cpp
Expand Up @@ -49,7 +49,7 @@ struct Flywheel
};

float pos = 0;
float friction = 1;
float friction = 2.0f;
float momentum = 0;
bool isReleased = true;
List<Sample> samples;
Expand Down

0 comments on commit 4126253

Please sign in to comment.