mirror of
https://github.com/zoriya/astal.git
synced 2026-06-01 17:55:37 +00:00
fix: default slider draw_value to false
This commit is contained in:
@@ -10,6 +10,8 @@ public class Slider : Gtk.Scale {
|
||||
public signal void dragged ();
|
||||
|
||||
construct {
|
||||
draw_value = false;
|
||||
|
||||
if (adjustment == null)
|
||||
adjustment = new Gtk.Adjustment(0,0,0,0,0,0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user