Skip to content

Commit 0db3487

Browse files
committed
Fixes
1 parent c499bf0 commit 0db3487

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

src/Interface/ComboBox.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@
2828
namespace OpenXcom
2929
{
3030

31-
const int ComboBox::LIST_MARGIN;
32-
const int ComboBox::MAX_ITEMS;
33-
3431
/**
3532
* Sets up a combobox with the specified size and position.
3633
* @param state Pointer to state the window belongs to.

src/Menu/OptionsGeoscapeState.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ OptionsGeoscapeState::OptionsGeoscapeState(Game *game, OptionsOrigin origin) : O
101101

102102
_cbxDragScroll->setColor(Palette::blockOffset(15)-1);
103103
_cbxDragScroll->setOptions(dragScrolls);
104-
_cbxDragScroll->setSelected(Options::battleScrollDragButton);
104+
_cbxDragScroll->setSelected(Options::globeScrollDragButton);
105105
_cbxDragScroll->onChange((ActionHandler)&OptionsGeoscapeState::cbxDragScrollChange);
106106
_cbxDragScroll->setTooltip("STR_DRAG_SCROLL_DESC");
107107
_cbxDragScroll->onMouseIn((ActionHandler)&OptionsGeoscapeState::txtTooltipIn);

0 commit comments

Comments
 (0)