Bug 64 - Always-on-top quirks
Status:
RESOLVED FIXED
Component:
GUI :: gtkmm
Version:
unspecified
Hardware:
All All
Importance:
P3 normal
Target Milestone:
---
Assignee:
Rob Caelers
URL:
Depends on:
Blocks:
Reported:
Sep 12 2002 20:09:22 UTC
by:
Raymond Penners
Modified:
Oct 22 2002 01:54:46 UTC
WhoWhenWhatRemovedAdded
Rob CaelersSep 13 2002 21:10:55 UTCstatusNEWRESOLVED
resolutionFIXED
Description
Raymond Penners  Sep 12 2002 20:09:22 UTC
Always on top can now be controlled from the preferences. When using the XML
configurator, toggling the checkbox results in an endless configuration loop,
perhaps caused by this get/set closely behind each other??

      if (config->get_value(GUIControl::CFG_KEY_MAIN_WINDOW_ALWAYS_ON_TOP, &onTop))
        {
          always_on_top = onTop;
        }

      config->set_value(GUIControl::CFG_KEY_MAIN_WINDOW_ALWAYS_ON_TOP,
always_on_top);


Furthermore, is always on top supposed to work using Linux? I have never seen
the window on top, perhaps it's metacity related??
Comment 1
Rob Caelers  Sep 13 2002 21:10:55 UTC
Should be fixed now