Skip to content

Commit bf5354a

Browse files
authored
Merge pull request #2 from halexus/master
Screen Keyboard now also works when opening a file
2 parents 83d4b02 + 18f990c commit bf5354a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/aris-proof.c

+2
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,8 @@ aris_proof_init_from_proof (proof_t * proof)
298298

299299
gtk_widget_show_all (SEN_PARENT (ap)->window);
300300
gtk_widget_grab_focus (((sentence *) SEN_PARENT (ap)->everything->head->value)->entry);
301+
302+
init_sentence_screen_keyboard(&(ap->sp)); // Initialize the screen keyboard for logic operations
301303

302304
return ap;
303305
}

0 commit comments

Comments
 (0)