DescriptionMake docked panel always on top for Linux
This is caused by always_on_top_ is set to true in PanelGtk constructor and later on calling SetPanelAlwaysOnTop become no-op. The fix is to make the window always on top in PanelGtk::Initialize.
BUG=245934
TEST=Manual test by launching a docked panel and checking if it is always on top
R=dimich@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=203793
Patch Set 1 #
Total comments: 1
Patch Set 2 : Fix per feedback #Messages
Total messages: 7 (0 generated)
|