Daniel Brötzmann pushed to branch master at gajim / gajim
Commits:
05dd2239 by mesonium at 2024-12-23T17:49:16+01:00
fix: Hide drop area after file drop
Fixes #12143
- - - - -
1 changed file:
- gajim/gtk/chat_stack.py
Changes:
=====================================
gajim/gtk/chat_stack.py
=====================================
@@ -744,6 +744,7 @@ def _on_file_drop(
self._chat_control.drag_data_file_transfer(
[file.get_uri() for file in files]
)
+ self._drop_area.set_visible(False)
return True
return False
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/05dd2239b3b4a34c66221b1963b36bae6bbb875c
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/05dd2239b3b4a34c66221b1963b36bae6bbb875c
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]