xLightsSequencer / xLights

xLights is a sequencer for Lights. xLights has usb and E1.31 drivers. You can create sequences in this object oriented program. You can create playlists, schedule them, test your hardware, convert between different sequencers.
GNU General Public License v3.0
549 stars 208 forks source link

Keep buttons visible in submodel dialog #4568 #4580

Closed derwin12 closed 4 months ago

derwin12 commented 4 months ago

Trigger the resize when the splitter is moved. #4568

computergeek1507 commented 4 months ago

Looks like you neutered the stretchy grid class so it probably isn't needed anymore

derwin12 commented 4 months ago

Looks like you neutered the stretchy grid class so it probably isn't needed anymore

I did but couldnt really figure out how to remove it.. Feel free to grab the branch or maybe provide some howto?

derwin12 commented 4 months ago

Removed the StretchGrid class .. the grid itself stretches cleanly with the splitter window event.

computergeek1507 commented 4 months ago

In codeblocks change the class name to wxGrid

derwin12 commented 4 months ago

Done .. thanks.