mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2025-02-21 04:46:20 +00:00
properties: can now support ParamSpecFloat
This commit is contained in:
parent
7a70feedba
commit
3985458832
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ pub fn property_to_widget<F: Fn(String, String) + 'static>(
|
|||
glib::ParamSpecInt64::static_type(),
|
||||
glib::ParamSpecUInt64::static_type(),
|
||||
glib::ParamSpecString::static_type(),
|
||||
glib::ParamSpecFloat::static_type(),
|
||||
]
|
||||
.contains(&t) =>
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue