Obvious fixes to stupid warnings
This commit is contained in:
parent
e0eac1f20c
commit
5f19539df5
6 changed files with 7 additions and 7 deletions
|
@ -201,7 +201,7 @@ void OptionsGroup::activate_line(Line& line)
|
|||
if (line.is_separator())
|
||||
return;
|
||||
|
||||
m_use_custom_ctrl_as_parent = false;
|
||||
m_use_custom_ctrl_as_parent = false;
|
||||
|
||||
if (line.full_width && (
|
||||
line.widget != nullptr ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue