Skip to content

Commit 766754b

Browse files
committed
build: prepare to try to fix problem with package glib, notification received from dependabot
1 parent b588f73 commit 766754b

3 files changed

Lines changed: 50 additions & 33 deletions

File tree

Cargo.lock

Lines changed: 48 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/widgets/hotkeys.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ use crate::core::maybe::Maybe;
66
use crate::maybe;
77
use crate::widgets::primitives::hotkeyitem::ViHotkeyItem;
88
use crate::widgets::primitives::label::ViLabel;
9+
use gtk::traits::WidgetExt;
910
use gtk::Align;
1011
use gtk::Box;
1112
use gtk::Orientation;
@@ -66,6 +67,7 @@ impl ViHotkeyItems {
6667
}
6768
all.pack_start(&shortcasthbox, false, false, 0);
6869
}
70+
all.set_visible(true);
6971

7072
Self(all)
7173
}

src/widgets/primitives/graph.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ impl Deref for ViGraphSender {
168168
impl ViGraphSender {
169169
pub fn push_next_and_queue_draw(&self, v: f64) {
170170
self.push_next(v);
171-
172171
self.queue_draw();
173172
}
174173

0 commit comments

Comments
 (0)