Implement basic line-wrapping

This commit is contained in:
Lorenzooone
2024-04-25 17:22:23 +02:00
parent 7765356195
commit 6c241928e6
3 changed files with 45 additions and 8 deletions

View File

@@ -502,6 +502,7 @@ void WindowScreen::window_factory(bool is_main_thread) {
this->loaded_operations.call_create = false;
}
if(this->loaded_operations.call_create) {
this->notification->setShowText(false);
this->events_access->lock();
this->m_win.setActive(true);
this->main_thread_owns_window = is_main_thread;