FellippeHeitor / InForm

A GUI engine and WYSIWYG interface designer for QB64
MIT License
61 stars 15 forks source link

BackColor contaminating the next control to be selected #9

Closed FellippeHeitor closed 6 years ago

FellippeHeitor commented 6 years ago

Steps to reproduce the issue:

  1. Create a PictureBox control in a form with existing controls;
  2. Select the PictureBox control and change its BackColor property with the sliders;
  3. Select other controls in the form (with Shift);

All selected controls get contaminated with the backcolor just selected.

FellippeHeitor commented 6 years ago

Cannot reproduce the issue consistently enough.