Comment 6 for bug 1109812

Revision history for this message
Alex Valavanis (valavanisalex) wrote : Re: Guides not accessible in KDE

@~suv - I don't see an obvious way that the ruler changes can have caused this. The guide creation stuff is taken care of by handling mouse events on the GtkEventBox that contains the rulers, rather than events on the rulers themselves. The event handling code is in the sp_dt_ruler_event(...) function in src/desktop-events.cpp

To isolate the problem, I guess we need to answer two questions:

1. Are mouse events on the rulers being caught? (i.e., control should pass to the event handler function)
2. Is the event handler doing its job properly?