diff options
author | 2016-03-17 15:48:32 +0100 | |
---|---|---|
committer | 2016-03-17 15:48:32 +0100 | |
commit | d7dc173df9c06660472c7acda3c47cc0d6f0f448 (patch) | |
tree | acada022c72c6d476e489273008429f7d59888fc /src/emu/ui/ui.cpp | |
parent | 493cf7289be81f15a975d60b48e58b0132854323 (diff) |
Fix scrolling in slider list, nw
Diffstat (limited to 'src/emu/ui/ui.cpp')
-rw-r--r-- | src/emu/ui/ui.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/ui/ui.cpp b/src/emu/ui/ui.cpp index 839e7c2d7a2..1c560348755 100644 --- a/src/emu/ui/ui.cpp +++ b/src/emu/ui/ui.cpp @@ -1941,7 +1941,6 @@ static slider_state *slider_alloc(running_machine &machine, const char *title, I state->incval = incval; state->update = update; state->arg = arg; - state->hidden = false; state->id = -1; strcpy(state->description, title); |