Page MenuHomePhabricator

Changing color in "Property List" does not update rendering
Closed, ResolvedPublic

Description

  • load an image
  • open the "Property List" view
  • select the image in DataManager
  • change the color of the image using "Property List" (use something clearly visible like red)

--> the image is not drawn in red after closing the color chooser

Probably only a call to RenderingManager::RequestUpdateAll() is missing.

Event Timeline

The same problem occurs when you try to change the opacity: You first have to click somewhere or to press enter to update the view. When using "bool" properties, the views are updated immediately. Probably this has something to do with signal sent behaviour of the different widgets (QPushButton, QSpinBox)? Michi, you probably know more about this problem.

[SVN revision 21466]
FIX (#3351): update rendering when relevant properties might have changed

Merging "Datamanager" component into ExtApp plugins