Files
OpenRA/mods/cnc
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
..
2016-07-03 16:21:02 +02:00
2016-03-24 00:05:47 +01:00
2016-08-21 19:36:48 +02:00
2016-08-21 19:36:48 +02:00
2016-08-21 19:36:48 +02:00
2015-10-24 21:58:31 +01:00
2016-08-24 18:45:43 +02:00
2015-10-24 21:58:31 +01:00
2015-09-29 20:47:36 +02:00
2016-06-08 20:32:58 +02:00
2015-09-29 20:47:36 +02:00