Junhao Wang

Results 32 comments of Junhao Wang

Tried adding `tile_data_editors_popup->hide()` if `Popup::popped_up == true`, but it didn't work. ```cpp TileSetAtlasSourceEditor::TileSetAtlasSourceEditor() { ... tile_data_editor_dropdown_button->connect(SceneStringName(pressed), callable_mp(this, &TileSetAtlasSourceEditor::_tile_data_editor_dropdown_button_pressed)); ... } void TileSetAtlasSourceEditor::_tile_data_editor_dropdown_button_pressed() { Size2 size = tile_data_editor_dropdown_button->get_size(); tile_data_editors_popup->set_position(tile_data_editor_dropdown_button->get_screen_position() + Size2(0,...

@kulukimak I was also seeing this issue. I mapped CAP to right control instead. But repeating might cause the issue you mentioned.