gnustep / apps-gorm

Gorm is a clone of the Cocoa (OpenStep/NeXTSTEP) `Interface Builder' application for GNUstep
http://www.gnustep.org/
GNU General Public License v3.0
68 stars 19 forks source link

Gorm selection issue: Selects NSMatrix subcontents on second selection. #11

Closed gcasa closed 3 years ago

gcasa commented 3 years ago

Steps to reproduce...

1) open Gorm 2) New Application 3) drag a button into the window 4) Format -> Group -> Group In Matrix 5) Expand the number of rows/columns if you like. 6) Format -> Group -> Group in Scroll View 7) Click on scroll view... (scroll view should be selected) 8) Click on matrix (matrix should be selected) 9) Click on button in matrix (buttoncell should be selected) 10) unselect the scroll view by clicking in the window. 11) Reselect the scroll view, then click on the matrix

RESULT: The buttoncell is selected instead of the matrix. After the first selection, it does not allow selection of the matrix. EXPECTED: the NSMatrix instance SHOULD be selected and inspectable.

gcasa commented 3 years ago

This should now work properly.

gcasa commented 3 years ago

@rmottola Please review and let me know if this works for you.

gcasa commented 3 years ago

Discussed. Works. Closing.