*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 10 Sep 1998 12:28:50 +0200
changeset 2320 7f9a8969bb2f
parent 2319 0ad4bcee234d
child 2321 75a179c343cf
*** empty log message ***
styles/mswindows95.style
--- a/styles/mswindows95.style	Wed Sep 09 17:33:03 1998 +0200
+++ b/styles/mswindows95.style	Thu Sep 10 12:28:50 1998 +0200
@@ -1,6 +1,6 @@
 ; View defaultStyle:#mswindows95 
 ;
-; $Header: /cvs/stx/stx/libview/styles/mswindows95.style,v 1.12 1998-09-08 21:21:24 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/mswindows95.style,v 1.13 1998-09-10 10:28:50 cg Exp $
 
 comment  'win95 lookalike'
 
@@ -239,10 +239,12 @@
 text.selectionForegroundColor   Display getSystemColor:#'COLOR_HIGHLIGHTTEXT'
 text.selectionBackgroundColor   Display getSystemColor:#'COLOR_HIGHLIGHT'
 scroller.thumbColor             Display getSystemColor:#'COLOR_BTNFACE'
+#endif
 
 #if (Display platformName = 'WIN32') and:[(Display getSystemColor:#'COLOR_SCROLLBAR') brightness > 0.95]
 scroller.viewBackground         (Form width:8 height:8 fromArray:(Color ditherBits at:32) on:Display) colorMap:(Array with:Color black with:(Display getSystemColor:#'COLOR_SCROLLBAR') )
 #endif
 #if (Display platformName = 'WIN32') and:[(Display getSystemColor:#'COLOR_SCROLLBAR') brightness <= 0.95]
 scroller.viewBackground         (Form width:8 height:8 fromArray:(Color ditherBits at:32) on:Display) colorMap:(Array with:Color white with:(Display getSystemColor:#'COLOR_SCROLLBAR') )
+#endif