Skip to content

Commit

Permalink
Fix missing LatexDialog OK button shortcut
Browse files Browse the repository at this point in the history
Regression introduced in bd18139
  • Loading branch information
jdujava authored and bhennion committed Jan 19, 2024
1 parent 0abf8a8 commit 25d3a28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/texdialog.glade
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@
<property name="can-focus">True</property>
<property name="receives-default">True</property>
<property name="image">iconOk</property>
<accelerator key="Return" signal="activate" modifiers="GDK_CONTROL_MASK"/>
</object>
<packing>
<property name="expand">False</property>
Expand Down

0 comments on commit 25d3a28

Please sign in to comment.