Skip to content

Commit

Permalink
$mol_view_tree2 refactor, hyoo-ru/mam_mol#646
Browse files Browse the repository at this point in the history
  • Loading branch information
zerkalica committed Dec 3, 2023
1 parent ed2ffd4 commit d03ed01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion draw.view.tree
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $hyoo_draw $mol_book2
grid <= grid
map <= map
yard <= yard
shift?val <=> center?val $mol_vector_2d /
shift?val <=> center?val $mol_vector_2d<number> /
0
0
zoom?val <=> zoom?val 1
Expand Down
6 changes: 3 additions & 3 deletions pane/pane.view.tree
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ $hyoo_draw_pane $mol_plot_pane
tool \pencil
grid false
map false
yard $hyoo_sync_yard
yard $hyoo_sync_yard<any>
reset?event null
auto /
<= peer_update null
<= figure_current null
shift?val $mol_vector_2d /
shift?val $mol_vector_2d<number> /
0
0
scale?val $mol_vector_2d /
scale?val $mol_vector_2d<number> /
<= zoom
<= zoom
Map $mol_plot_map_tiles
Expand Down

0 comments on commit d03ed01

Please sign in to comment.