CS383Team2 / Goofy_Lights_Editor

1 stars 1 forks source link

Click and drag to draw #21

Closed YupHio closed 7 years ago

YupHio commented 7 years ago

If anyone wants to dip into Qt, this is a very simple feature to implement. Currently each cell has to be clicked individually to change its color. We want to be able to click and drag across multiple cells. Make it happen.

welc2421 commented 7 years ago

I'll start working on this this afternoon

YupHio commented 7 years ago

This one sucks. Hard to implement as it turns out. Lol

Cyberzoid1 commented 7 years ago

A draw rectangle was implemented using the last 2 points changed