Skip to content

Commit 92fb39e

Browse files
authored
Update MainWindow.vala
1 parent 6f46bad commit 92fb39e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MainWindow.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ namespace jorts {
248248
}
249249
}
250250

251-
public void set_zoom(int zoom) {
251+
public void set_zoom(int64 zoom) {
252252
this.remove_css_class (this.zoom.to_string());
253253
this.zoom = zoom;
254254
this.add_css_class (this.zoom.to_string());

0 commit comments

Comments
 (0)