We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67823b8 commit 5a35c6fCopy full SHA for 5a35c6f
lapiz/lapiz-commands-search.c
@@ -70,7 +70,7 @@ last_search_data_restore_position (LapizSearchDialog *dlg)
70
71
data = g_object_get_data (G_OBJECT (dlg), LAPIZ_LAST_SEARCH_DATA_KEY);
72
73
- if (data != NULL)
+ if ((data != NULL) && (ctk_widget_get_visible (CTK_WIDGET (dlg)) == FALSE))
74
{
75
ctk_window_move (CTK_WINDOW (dlg),
76
data->x,
0 commit comments