mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 14:15:07 +00:00
GComboBox: Make set_only_allow_values_from_model() actually take effect
This commit is contained in:
parent
7a63277115
commit
fdcaf2d2b5
1 changed files with 1 additions and 0 deletions
|
@ -118,5 +118,6 @@ void GComboBox::set_only_allow_values_from_model(bool b)
|
|||
{
|
||||
if (m_only_allow_values_from_model == b)
|
||||
return;
|
||||
m_only_allow_values_from_model = b;
|
||||
m_editor->set_readonly(m_only_allow_values_from_model);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue