Skip to content

Commit

Permalink
Minor fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
phase1geo committed Nov 12, 2024
1 parent 359e80e commit 279173a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions src/ImageMenu.vala
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ public class ImageMenu : Box {
// Add a button to this model
public void add_image( Gdk.Paintable image ) {

stdout.printf( "Adding image menu item %d\n", _size );

var entry = new Picture.for_paintable( image );
var index = _size++;

Expand Down
1 change: 1 addition & 0 deletions src/MainWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,7 @@ public class MainWindow : Gtk.ApplicationWindow {
var marks = DrawArea.get_scale_marks();
_scale_lbl = new Label( _( "Zoom to Percent" ) );
_zoom_scale = new Scale.with_range( Orientation.HORIZONTAL, marks[0], marks[marks.length-1], 25 ) {
hexpand = true,
has_origin = false
};
_zoom_scale.set_value( 100 );
Expand Down

0 comments on commit 279173a

Please sign in to comment.