all repos — fluxbox @ e6e43b00526364a7307064e7ceaf409aa0a90bd6

custom fork of the fluxbox windowmanager

fixed antialias update on reconfigure
fluxgen fluxgen
commit

e6e43b00526364a7307064e7ceaf409aa0a90bd6

parent

c05206da7a8ff39fa70a724b06c711a33c08a0f1

1 files changed, 5 insertions(+), 1 deletions(-)

jump to
M src/Toolbar.ccsrc/Toolbar.cc

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Toolbar.cc,v 1.96 2003/06/26 12:22:42 rathnor Exp $ +// $Id: Toolbar.cc,v 1.97 2003/07/01 12:41:44 fluxgen Exp $ #include "Toolbar.hh"

@@ -274,6 +274,8 @@ {

// we need to get notified when the theme is reloaded m_theme.addListener(m_themelistener); + // listen to screen reconfigure + screen().reconfigureSig().attach(&m_themelistener); m_layermenu.setInternalMenu(); m_placementmenu.setInternalMenu();

@@ -459,6 +461,8 @@ m_layeritem.lower();

} void Toolbar::reconfigure() { + + theme().font().setAntialias(screen().antialias()); if (doAutoHide()) m_hide_timer.start();