fixed minor transparent issue
This commit is contained in:
parent
4a63da7168
commit
4c1c1267b6
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
// DEALINGS IN THE SOFTWARE.
|
// DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
/// $Id: WinButton.cc,v 1.11 2003/09/12 22:52:22 fluxgen Exp $
|
/// $Id: WinButton.cc,v 1.12 2003/09/12 23:36:16 fluxgen Exp $
|
||||||
|
|
||||||
#include "WinButton.hh"
|
#include "WinButton.hh"
|
||||||
#include "App.hh"
|
#include "App.hh"
|
||||||
|
@ -265,6 +265,7 @@ void WinButton::drawType() {
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
updateTransparent();
|
||||||
}
|
}
|
||||||
|
|
||||||
void WinButton::clear() {
|
void WinButton::clear() {
|
||||||
|
|
Loading…
Reference in a new issue