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 22, 2021
1 parent 354b955 commit b3b1983
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 @@ -437,7 +437,7 @@ int Viewport::handle(int event)
return 1;

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

flushPendingClipboard();

Expand All @@ -458,7 +458,7 @@ int Viewport::handle(int event)
// We won't get more key events, so reset our knowledge about keys
resetKeyboard();

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

case FL_KEYDOWN:
Expand Down

0 comments on commit b3b1983

Please sign in to comment.