Author Topic: [fixed] Keyboard options: Button 'default' does not work  (Read 850 times)

david

  • Guest
[fixed] Keyboard options: Button 'default' does not work
« on: 29 October 2011, 15:11:13 »
Hi!

I've found why default keysetup default button fall back on option menu:

line 265
Code: [Select]
mainMenu->setState(new MenuStateOptions(program, mainMenu)); reload the MenuStateOptions menu
replacing the line by correct that:
Code: [Select]
mainMenu->setState(new MenuStateKeysetup(program, mainMenu));
http://megaglest.pzt.me/8trh

For the default config I've posted a new topic:
https://forum.megaglest.org/index.php?topic=7707.0
« Last Edit: 2 November 2011, 19:13:00 by softcoder »

softcoder

  • MegaGlest Team
  • Battle Machine
  • ********
  • Posts: 2,239
    • View Profile
Thanks fixed in svn rev#2755