https://bugs.freedesktop.org/show_bug.cgi?id=43458
--- Comment #27 from Michael Meeks <[email protected]> 2012-01-14 17:32:06 PST --- 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. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
