Comment 35 for bug 916357

Revision history for this message
In , Michael Meeks (michael-meeks) wrote :

I pushed a fix for the crash in master, but that still creates a messed up multi-display / presenter view issue. I have another fix for that - really a one-liner to gtkframe.cxx:

- maGeometry.nY = aNewMonitor.x;
+ maGeometry.nY = aNewMonitor.y;

But I also have a big slew of API cleanups and consistency improvements to the display code, a very large mechanical change that should make this more robust in future, but would make diffing between 3.5 and master particularly horrific if we don't get it into both.

I'll push that as well on Monday if the tinderboxes look happy.