Skip to content

Commit

Permalink
Recalculating layout after redrawing the list of currently used Add-Ons
Browse files Browse the repository at this point in the history
(port from SLE11 bnc#517919) (bnc#831825)

See 8adcd44#L1R1104
for the original SLE11 change

- 3.0.2
  • Loading branch information
lslezak committed Sep 3, 2013
1 parent 1714107 commit 2a2a415
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
3.0.1
3.0.2
7 changes: 7 additions & 0 deletions package/yast2-add-on.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Sep 3 09:00:14 UTC 2013 - lslezak@suse.cz

- Recalculating layout after redrawing the list of currently used
Add-Ons (port from SLE11 bnc#517919) (bnc#831825)
- 3.0.2

-------------------------------------------------------------------
Mon Aug 5 13:40:42 CEST 2013 - jsuchome@suse.cz

Expand Down
4 changes: 4 additions & 0 deletions src/include/add-on/add-on-workflow.rb
Expand Up @@ -1274,6 +1274,10 @@ def CreateAddOnsOverviewDialog
Wizard.SetAbortButton(:abort, Label.CancelButton)
Wizard.SetNextButton(:next, Label.OKButton)

# BNC #517919: Broken layout in some obscure cases
# Fixing it...
UI.RecalcLayout

nil
end

Expand Down

0 comments on commit 2a2a415

Please sign in to comment.