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:
@@ -190,6 +190,10 @@ int LayerWidget::resizeGetHeight(int newWidth) {
|
||||
return desiredHeight;
|
||||
}
|
||||
|
||||
void LayerWidget::doSetInnerFocus() {
|
||||
_content->setInnerFocus();
|
||||
}
|
||||
|
||||
void LayerWidget::paintEvent(QPaintEvent *e) {
|
||||
Painter p(this);
|
||||
|
||||
|
Reference in New Issue
Block a user