2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Fixed dead keys in photo / file caption input field #1418

Another attempt to fix dead keys input problem after main
window looses focus to popup menu or photo viewer #2007 #1074
This commit is contained in:
John Preston
2016-06-24 19:43:46 +03:00
parent 12c20faa44
commit f6af535f8f
5 changed files with 31 additions and 9 deletions

View File

@@ -282,6 +282,8 @@ public slots:
void onLogoutSure();
void updateGlobalMenu(); // for OS X top menu
void onReActivate();
void notifyUpdateAllPhotos();
void app_activateClickHandler(ClickHandlerPtr handler, Qt::MouseButton button);