Merge lp:~hjd/widelands/savegame-focus-bug-565406 into lp:widelands

Proposed by Hans Joachim Desserud
Status: Merged
Merged at revision: 5918
Proposed branch: lp:~hjd/widelands/savegame-focus-bug-565406
Merge into: lp:widelands
Diff against target: 10 lines (+2/-0)
1 file modified
src/wui/game_main_menu_save_game.cc (+2/-0)
To merge this branch: bzr merge lp:~hjd/widelands/savegame-focus-bug-565406
Reviewer Review Type Date Requested Status
SirVer Approve
Review via email: mp+64159@code.launchpad.net

Description of the change

Gives focus to the textfield when the savegame dialog is created.

To post a comment you must log in.
Revision history for this message
SirVer (sirver) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/wui/game_main_menu_save_game.cc'
2--- src/wui/game_main_menu_save_game.cc 2010-09-25 21:22:19 +0000
3+++ src/wui/game_main_menu_save_game.cc 2011-06-10 11:39:39 +0000
4@@ -85,6 +85,8 @@
5
6 center_to_parent();
7 move_to_top();
8+
9+ m_editbox.focus();
10 }
11
12

Subscribers

People subscribed via source and target branches

to status/vote changes: