Skip to content

Commit dd2baaa

Browse files
committed
bindings are ass right now
1 parent 7eda254 commit dd2baaa

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/changeDesign.cpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,11 @@ void DeltaruneAlertLayer::changeButtons() {
126126
changeSingleButton(m_fields->btn1, m_button1);
127127
changeSingleButton(m_fields->btn2, m_button2);
128128

129-
this->fixTouchPrio();
129+
Loader::get()->queueInMainThread([popup = Ref(this)] {
130+
Loader::get()->queueInMainThread([popup] {
131+
popup->fixTouchPrio();
132+
});
133+
});
130134
}
131135

132136
void DeltaruneAlertLayer::changeTitle() {

0 commit comments

Comments
 (0)