This commit is contained in:
Kovid Goyal 2026-03-28 13:52:27 +05:30
parent 3627621fd2
commit c01d36e318
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -1903,7 +1903,7 @@ def _find_window_at(self, x: int, y: int) -> 'Window | None':
return None
def _set_drag_target_window(self, window_id: int, quadrant: int = 0) -> None:
"""Highlight window_id's title bar as the drop target; 0 clears. quadrant!=0 shows quadrant overlay instead."""
''' Highlight window_id's title bar as the drop target; 0 clears. quadrant!=0 shows quadrant overlay instead '''
from .fast_data_types import set_window_drag_overlay
boss = get_boss()
prev_id = self.window_being_dropped.window_id if self.window_being_dropped else 0