[Commits] [wesnoth/wesnoth] 15121d: Fix a possible refresh issue in the text boxes.

GitHub noreply at github.com
Sat Mar 15 19:43:43 UTC 2014


  Branch: refs/heads/1.12
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 15121d706349ac2cd8acf0bfb4abc5671e02d91a
      https://github.com/wesnoth/wesnoth/commit/15121d706349ac2cd8acf0bfb4abc5671e02d91a
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2014-03-15 (Sat, 15 Mar 2014)

  Changed paths:
    M src/gui/widgets/text.cpp

  Log Message:
  -----------
  Fix a possible refresh issue in the text boxes.

When delete_selection deletes text and insert char doesn't insert
anything the widget was not properly updated. The bug was mainly
theoretical in nature.


  Commit: f87c4ed6bf247978f19fb784bd273aed2d1a44c5
      https://github.com/wesnoth/wesnoth/commit/f87c4ed6bf247978f19fb784bd273aed2d1a44c5
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2014-03-15 (Sat, 15 Mar 2014)

  Changed paths:
    M src/gui/widgets/text.cpp

  Log Message:
  -----------
  Avoid spurious notification in the text box.

The editing only happened if one of two conditions was true, the event
was always fired. The issue is minor and might have been mainly
theoretical.


  Commit: 7e5dae165002b315def749a0860b54d0078f783e
      https://github.com/wesnoth/wesnoth/commit/7e5dae165002b315def749a0860b54d0078f783e
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2014-03-15 (Sat, 15 Mar 2014)

  Changed paths:
    M changelog
    M src/gui/widgets/text.cpp

  Log Message:
  -----------
  Merge branch 'ttext_fixes' into 1.12

Some minor fixes for the ttext_ class, found while reviewing the code.


Compare: https://github.com/wesnoth/wesnoth/compare/de7686d32ef8...7e5dae165002


More information about the Commits mailing list