2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-05 09:05:14 +00:00

Accept typing codes in settings.

This commit is contained in:
John Preston
2018-09-06 16:48:01 +03:00
parent a7b1d83a3c
commit 50b0b61118
8 changed files with 222 additions and 171 deletions

View File

@@ -190,6 +190,10 @@ int LayerWidget::resizeGetHeight(int newWidth) {
return desiredHeight;
}
void LayerWidget::doSetInnerFocus() {
_content->setInnerFocus();
}
void LayerWidget::paintEvent(QPaintEvent *e) {
Painter p(this);