You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since get_active_views is called before any previous popups have disappeared (which happens due to the window.show_input_panel being called), the viewport does not represent the actual view while using the plugin.
This causes a part of the possible labeling to not be labelled.
Previous Popup:
Some labels missing:
This is probably not a very complex fix (call get_active_views after showing the input prompt), but it does seem nontrivial.
The text was updated successfully, but these errors were encountered:
nikhilmitrax
changed the title
Lines (or characters) previously occluded by another popup are not labelled.
Lines (or characters) previously hidden by another popup are not labelled.
Oct 28, 2017
Since
get_active_views
is called before any previous popups have disappeared (which happens due to thewindow.show_input_panel
being called), the viewport does not represent the actual view while using the plugin.This causes a part of the possible labeling to not be labelled.
Previous Popup:
Some labels missing:
This is probably not a very complex fix (call get_active_views after showing the input prompt), but it does seem nontrivial.
The text was updated successfully, but these errors were encountered: