mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-04 08:35:21 +00:00
Removed App::wnd from classes that have pointer to Window::Controller.
This commit is contained in:
@@ -414,7 +414,7 @@ void InnerWidget::paintEvent(QPaintEvent *e) {
|
||||
Painter p(this);
|
||||
|
||||
const auto r = e->rect();
|
||||
if (App::wnd()->contentOverlapped(this, r)) {
|
||||
if (_controller->widget()->contentOverlapped(this, r)) {
|
||||
return;
|
||||
}
|
||||
const auto activeEntry = _controller->activeChatEntryCurrent();
|
||||
|
Reference in New Issue
Block a user