Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
8be8be5e
Commit
8be8be5e
authored
Jan 21, 2008
by
Jean-Baptiste Kempf
Browse files
Qt4 - Simple Preferences. Fix the NON-saving of hotkeys changing
parent
71219c5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/components/simple_preferences.cpp
View file @
8be8be5e
...
...
@@ -459,11 +459,11 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
panel
->
setLayout
(
gLayout
);
int
line
=
0
;
KeySelectorControl
*
ksCtrl
=
new
KeySelectorControl
(
VLC_OBJECT
(
p_intf
),
p_config
,
control
=
new
KeySelectorControl
(
VLC_OBJECT
(
p_intf
),
p_config
,
this
,
gLayout
,
line
);
panel_label
->
setText
(
qtr
(
"Configure Hotkeys"
)
);
controls
.
append
(
control
);
break
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment