some fix one paint tool

This commit is contained in:
Huy Pham 2019-12-19 10:58:22 -08:00
parent 1114e4b975
commit 5a81adc653
3 changed files with 31 additions and 10 deletions

View file

@ -508,6 +508,7 @@ class CanvasGraph(tk.Canvas):
self.drawing_edge = CanvasEdge(x, y, x, y, selected, self)
if self.mode == GraphMode.ANNOTATION:
if is_marker(self.annotation_type):
r = self.app.toolbar.marker_tool.radius
self.create_oval(