src/Tools/Graphview/graph_panel.scala
changeset 73367 77ef8bef0593
parent 73340 0ffcad1f6130
child 75393 87ebf5a50283
equal deleted inserted replaced
73366:5f388e514ab8 73367:77ef8bef0593
   339       refresh()
   339       refresh()
   340     }
   340     }
   341     tooltip = "Use editor font and colors for painting"
   341     tooltip = "Use editor font and colors for painting"
   342   }
   342   }
   343 
   343 
   344   private val colorations = new Button { action = Action("Colorations") { color_dialog.open } }
   344   private val colorations = new Button { action = Action("Colorations") { color_dialog.open() } }
   345   private val filters = new Button { action = Action("Filters") { mutator_dialog.open } }
   345   private val filters = new Button { action = Action("Filters") { mutator_dialog.open() } }
   346 
   346 
   347   private val controls =
   347   private val controls =
   348     Wrap_Panel(
   348     Wrap_Panel(
   349       List(show_content, show_arrow_heads, show_dummies,
   349       List(show_content, show_arrow_heads, show_dummies,
   350         save_image, zoom, fit_window, update_layout, editor_style)) // FIXME colorations, filters
   350         save_image, zoom, fit_window, update_layout, editor_style)) // FIXME colorations, filters