File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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>
117120 </object>
118121 </child>
119122
123+ -->
124+
120125 </object >
121126 </child >
122127
Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments