Changeset 52


Ignore:
Timestamp:
Sep 17, 2006, 10:23:22 PM (19 years ago)
Author:
dmik
Message:

Psi: UI: Disabled the opacity setting for the OS/2 platform.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • psi/trunk/src/options/opt_appearance.cpp

    r2 r52  
    8888        w = new OptAppearanceMiscUI();
    8989
    90 #if defined(Q_WS_X11) || (QT_VERSION < 0x030300)
     90#if defined(Q_WS_X11) || defined(Q_WS_PM) || (QT_VERSION < 0x030300)
    9191        OptAppearanceMiscUI *d = (OptAppearanceMiscUI *)w;
    9292        d->gb_opacity->hide();
Note: See TracChangeset for help on using the changeset viewer.