Skip to content

Commit

Permalink
TEMP: keep IM enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
CendioOssman committed Dec 14, 2021
1 parent 47eb366 commit c93f793
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vncviewer/Viewport.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ int Viewport::handle(int event)
return 1;

case FL_FOCUS:
Fl::disable_im();
//Fl::disable_im();

flushPendingClipboard();

Expand Down Expand Up @@ -473,7 +473,7 @@ int Viewport::handle(int event)
hotKeyActive = false;
pressedKeys.clear();

Fl::enable_im();
//Fl::enable_im();
return 1;

case FL_KEYDOWN:
Expand Down

0 comments on commit c93f793

Please sign in to comment.