summaryrefslogtreecommitdiff
path: root/embedserv
diff options
context:
space:
mode:
authorCaolán McNamara <caolan.mcnamara@collabora.com>2024-07-17 09:25:42 +0100
committerCaolán McNamara <caolan.mcnamara@collabora.com>2024-07-17 15:03:08 +0200
commitde4be295993f6bdd255475604056ad3f48478fb1 (patch)
tree8a5cf79e03491de9d89a833aca40b4819c5c7e8b /embedserv
parent5aeb53c4b09e8c5fa8f67268e97cce00cab0f186 (diff)
Resolves: tdf#158753 GtkAssistant loses current page on hide+show
gtk_assistant_unmap ... { ... priv->current_page = NULL; ... } gtk_assistant_map { page_num = 0; ... set_current_page (assistant, page_num) ... } It doesn't automatically restore itself to the page it was on when it was hidden, so do that explicitly. Change-Id: If23b255193c4a65b286e036c8796d9d8a2ffcb5e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170611 Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'embedserv')
0 files changed, 0 insertions, 0 deletions