[wesnoth-commits] [wesnoth/wesnoth] a5c230: Editor: fixed button overlays being missing when l...

GitHub noreply at github.com
Sat Feb 24 10:13:58 UTC 2018


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: a5c230444ab2647a7ab851cc0a1496496b44b8c7
      https://github.com/wesnoth/wesnoth/commit/a5c230444ab2647a7ab851cc0a1496496b44b8c7
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2018-02-24 (Sat, 24 Feb 2018)

  Changed paths:
    M src/editor/editor_main.cpp

  Log Message:
  -----------
  Editor: fixed button overlays being missing when loading a map from the cl

Fixes #1969. Reverting d39bbc23f331bb1d60adb01a0d36989dbccbe116 would also have been
an acceptable fix, but see the included comment as to why I went with the chosen method.

Worth noting that the flickering described in the commit above didn't appear even when
the redraw_everything call was restored, but that's not really important.


  Commit: 106a1d5c0527b7623b0f169322aed6335519bc17
      https://github.com/wesnoth/wesnoth/commit/106a1d5c0527b7623b0f169322aed6335519bc17
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2018-02-24 (Sat, 24 Feb 2018)

  Changed paths:
    M src/editor/map/context_manager.cpp
    M src/editor/map/context_manager.hpp

  Log Message:
  -----------
  Editor/Context Manager: no need to use an rvalue reference just to swap

Fixup of bf79dbd8ee8fb5ee592a3d3c268c3280f62b7f81


Compare: https://github.com/wesnoth/wesnoth/compare/cc3d73621a7d...106a1d5c0527


More information about the Commits mailing list