diff options
| author | Arne Dußin | 2021-01-05 12:43:46 +0100 |
|---|---|---|
| committer | Arne Dußin | 2021-01-05 12:43:46 +0100 |
| commit | 99107c0be8675177547e7a25263da0c0dffb66f3 (patch) | |
| tree | 92cc295b43ba89f0e6bd51e1e32411e42d0d6c81 /src/main.rs | |
| parent | b42ddaa4bf86b782bdbc619f7d66ded41c909465 (diff) | |
| parent | 9b5762cf3716503819e2cf06f3c335bbfd3b0a3c (diff) | |
| download | graf_karto-99107c0be8675177547e7a25263da0c0dffb66f3.tar.gz graf_karto-99107c0be8675177547e7a25263da0c0dffb66f3.zip | |
Merge branch 'master' into snapping
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index 38f3912..c9ebe48 100644 --- a/src/main.rs +++ b/src/main.rs @@ -134,7 +134,9 @@ fn main() { tool_sidebar.draw(screen_height as u16, &mut d, &mut editor); snapper.draw(&mut d); + gui::position_indicator_draw(&mut d, last_mouse_pos.into(), &transform); dimension_indicator.draw(&mut d, &transform); + tool_sidebar.draw(screen_height as u16, &mut d, &mut editor); } } } |
