Skip to content

Commit

Permalink
No font size preview change fixes #67
Browse files Browse the repository at this point in the history
  • Loading branch information
bjakja committed Jan 23, 2018
1 parent f308c29 commit 549a736
Show file tree
Hide file tree
Showing 4 changed files with 496 additions and 475 deletions.
2 changes: 1 addition & 1 deletion Kaiplayer/FontDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ BEGIN_EVENT_TABLE(FontList,wxWindow)

Connect(ID_FONTLIST,wxEVT_COMMAND_LISTBOX_SELECTED,(wxObjectEventFunction)&FontDialog::OnFontChanged);
Connect(ID_FONTNAME,wxEVT_COMMAND_TEXT_UPDATED,(wxObjectEventFunction)&FontDialog::OnUpdateText);
Connect(ID_FONTSIZE1,wxEVT_COMMAND_TEXT_UPDATED,(wxObjectEventFunction)&FontDialog::OnUpdatePreview);
Connect(ID_FONTSIZE1, NUMBER_CHANGED, (wxObjectEventFunction)&FontDialog::OnUpdatePreview);
Connect(ID_FONTATTR,wxEVT_COMMAND_CHECKBOX_CLICKED,(wxObjectEventFunction)&FontDialog::OnUpdatePreview);
Connect(ID_SCROLLUP,ID_SCROLLDOWN,wxEVT_COMMAND_MENU_SELECTED,(wxObjectEventFunction)&FontDialog::OnScrollList);
MoveToMousePosition(this);
Expand Down
4 changes: 2 additions & 2 deletions Kaiplayer/VersionKainote.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
// This file is for automatic build change
// Autoversioning.exe change it after build using commandline

#define VersionKainote "0.9.2.854"
#define NumVersionKainote 0,9,2,854
#define VersionKainote "0.9.2.855"
#define NumVersionKainote 0,9,2,855
Binary file modified en.mo
Binary file not shown.
Loading

0 comments on commit 549a736

Please sign in to comment.