Skip to content

Commit ac336db

Browse files
committed
Version R2.015c
1 parent 4b03d17 commit ac336db

File tree

6 files changed

+7
-4
lines changed

6 files changed

+7
-4
lines changed
228 Bytes
Binary file not shown.

Resources/Locale/hu/lang.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
NAME=Magyar
22
AUTHOR=József Oláh
3-
%=99
3+
%=100

bin/Code/MainWindow/WInformation.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ def __init__(self, w_parent):
1919
self.width_saved = None
2020
self.parent_width_saved = None
2121
self.width_previous = None
22+
self.saved_width = None
2223

2324
configuration = Code.configuration
2425

@@ -493,7 +494,7 @@ def edit(self, number, with_engine_active=False):
493494
if number > -1:
494495
li_variations = self.li_variations()
495496
if li_variations:
496-
game = li_variations[number]
497+
game = li_variations[number].copia()
497498
else:
498499
number = -1
499500

bin/Code/ManagerVariations.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ def start(self, game, is_white_bottom, with_engine_active, is_competitive, go_to
8686

8787
if not len(self.game):
8888
self.play_next_move()
89+
else:
90+
self.goto_current()
8991

9092
def run_action(self, key):
9193
if key == TB_ACCEPT:

bin/Code/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def relative_root(path):
9999

100100

101101
BASE_VERSION = "B" # Para el control de updates que necesitan reinstalar entero
102-
VERSION = "R 2.15b"
102+
VERSION = "R 2.15c"
103103
DEBUG = False
104104
DEBUG_ENGINES = False
105105

bin/bug.log

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Version R 2.15b
1+
Version R 2.15c

0 commit comments

Comments
 (0)