mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-04-05 17:46:30 +02:00
Upgrade CGEditor
This commit is contained in:
parent
20df3fce6b
commit
f7dda9c006
2 changed files with 2 additions and 4 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit 5ceb3eafc405859f5e588118158cb9e9dbd00485
|
Subproject commit 7d753ae2d82592e09e04e4ecf11df976a2d187fd
|
|
@ -183,13 +183,11 @@ void EditorCanvas::MouseEvent(wxMouseEvent &event) {
|
||||||
void EditorCanvas::SetMoves(HalfMove *moves, HalfMove *current) {
|
void EditorCanvas::SetMoves(HalfMove *moves, HalfMove *current) {
|
||||||
CGEditor::status.Moves = moves;
|
CGEditor::status.Moves = moves;
|
||||||
CGEditor::status.CurrentMove = current;
|
CGEditor::status.CurrentMove = current;
|
||||||
Refresh();
|
|
||||||
// Focus on current move:
|
// Focus on current move:
|
||||||
if(current!=nullptr){
|
if(current!=nullptr){
|
||||||
Update(); // Wait for preview call to Refresh() to finish (otherwise heisenbugs)
|
|
||||||
CGEditor::FocusOnMove(current);
|
CGEditor::FocusOnMove(current);
|
||||||
Refresh();
|
|
||||||
}
|
}
|
||||||
|
Refresh();
|
||||||
}
|
}
|
||||||
|
|
||||||
void EditorCanvas::ApplyPreferences(){
|
void EditorCanvas::ApplyPreferences(){
|
||||||
|
|
Loading…
Add table
Reference in a new issue