WesWedding / NiagaraST-GUI-Query-Assembler

A GUI implementation to allow a NiagraST query to be assembled.
Other
3 stars 2 forks source link

Multiple Properties Windows Can Be Opened at once for a single Operator #4

Closed WesWedding closed 12 years ago

WesWedding commented 12 years ago

Summary

You can open an (unlimited?) number of Proprties windows for an Operator.

Solution

Detect if another window is already open, and prevent a new window from opening.

duschmidt commented 12 years ago

Fixed! single window per operator, also properties auto update when changes are made to graph connections. Made propertyDialog instance a persistent member of graphNode. Closing propertyDialog hides, same dialog is made visible on subsequent property menu clicks.