apnadkarni/rbctoolkit

Graph is not automatically updated on screen after axis is reconfigured

Closed this issue · 3 comments

After reconfiguring an axis (.g axis configure x -majorticks ... for example), the displayed graph is not updated until widget is resized or an explicit event is sent to the window

The function ConfigureAxis logic for marking widget as dirty is broken.

Additionally this line should probably return 0 as in the BLT code. Not clear why it was changed for RBC.

Fixed via commits 0af46ab and 0937fbb