Files
OpenRA/mods/ra
Oliver Brakmann d14ff2a54e Fix removing things in the editor when stopping standard-scrolling with RMB
The cause for this was that the `HandleMouseInput` method of the `EditorViewPortController` ran before the one from the regular `ViewPortController`, thus intercepting the button press.

Switching the order of the two around fixes that, but introduced another problem, namely that the tooltips stopped working. Switching the order meant that the `ViewPortController` laid "on top" of the `EditorViewPortController`, so the latter didn't receive the `MouseEntered` event anymore. Setting the `IgnoreMouseOver` flag in the `ViewPortController` fixes this.
2016-08-28 11:26:23 +02:00
..
2015-12-22 21:39:39 +01:00
2016-07-30 09:59:24 +01:00
2016-08-21 19:30:54 +02:00
2016-08-21 19:30:54 +02:00
2016-08-24 18:45:43 +02:00
2015-09-29 20:47:36 +02:00
2016-08-21 18:34:29 +02:00
2015-09-29 20:47:36 +02:00