Skip to content

Commit e73b551

Browse files
committed
comment out the dropper
since there's no implemetation yet
1 parent 04f4e57 commit e73b551

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

src/gtk/paintbox.ui

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@
108108
</object>
109109
</child>
110110

111+
<!-- commented out for now, since we've not implemented
112+
the backend yet
113+
111114
<child>
112115
<object class="GtkToggleButton" id="dropper">
113116
<property name="icon-name">dropper-symbolic</property>
@@ -117,6 +120,8 @@
117120
</object>
118121
</child>
119122
123+
-->
124+
120125
</object>
121126
</child>
122127

src/paintbox.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1444,7 +1444,8 @@ paintbox_class_init(PaintboxClass *class)
14441444
BIND_VARIABLE(Paintbox, flood_while);
14451445
BIND_VARIABLE(Paintbox, flood_until);
14461446
BIND_VARIABLE(Paintbox, text);
1447-
BIND_VARIABLE(Paintbox, dropper);
1447+
//// commented out for now, since we have not done the backend yet
1448+
// BIND_VARIABLE(Paintbox, dropper);
14481449
BIND_VARIABLE(Paintbox, ink);
14491450
BIND_VARIABLE(Paintbox, fill);
14501451
BIND_VARIABLE(Paintbox, width);

0 commit comments

Comments
 (0)