vernonrj / drill-writer

A marching ensemble drill writing program

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Separate canvases into multiple layers

vernonrj opened this issue · comments

From lowest to highest levels:

  1. field
  2. unselected dots
  3. selected dots

This allows better handling of dragging selections

this is kinda done, but apparently due to double buffering, gdk has to redraw every time or something like that.