some fix one paint tool
This commit is contained in:
parent
1114e4b975
commit
5a81adc653
3 changed files with 31 additions and 10 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue