Skip to content

Commit

Permalink
chore: drop incorrect widget impl claim
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-zlobintsev committed Jan 30, 2025
1 parent 99ff21f commit ea0ff75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lact-gui/src/app/pages/oc_adjustment/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use tracing::debug;

glib::wrapper! {
pub struct OcAdjustment(ObjectSubclass<imp::OcAdjustment>)
@extends gtk::Adjustment, gtk::Widget,
@extends gtk::Adjustment,
@implements gtk::Accessible, gtk::Actionable, gtk::Buildable, gtk::ConstraintTarget;
}

Expand Down

0 comments on commit ea0ff75

Please sign in to comment.