Revision: 2985
http://sourceforge.net/p/swingme/code/2985
Author: yuranet
Date: 2025-12-24 20:11:02 +0000 (Wed, 24 Dec 2025)
Log Message:
-----------
menu item theme fix
Modified Paths:
--------------
SwingMETest/resources/lg/synthLG.xml
SwingMETest/resources/telus/synthVisto.xml
SwingMETest/resources/visto/synthVisto.xml
Modified: SwingMETest/resources/lg/synthLG.xml
===================================================================
--- SwingMETest/resources/lg/synthLG.xml 2025-12-24 20:02:52 UTC (rev 2984)
+++ SwingMETest/resources/lg/synthLG.xml 2025-12-24 20:11:02 UTC (rev 2985)
@@ -53,6 +53,7 @@
</style>
<bind style="button" key="Button"/>
+ <bind style="button" key="MenuRenderer"/>
<bind style="button" key="CheckBox"/>
<bind style="button" key="RadioButton"/>
<bind style="button" key="TextField"/>
Modified: SwingMETest/resources/telus/synthVisto.xml
===================================================================
--- SwingMETest/resources/telus/synthVisto.xml 2025-12-24 20:02:52 UTC (rev 2984)
+++ SwingMETest/resources/telus/synthVisto.xml 2025-12-24 20:11:02 UTC (rev 2985)
@@ -38,6 +38,7 @@
</state>
</style>
<bind style="button" key="Button"/>
+ <bind style="button" key="MenuRenderer"/>
<bind style="button" key="CheckBox"/>
<bind style="button" key="RadioButton"/>
<bind style="button" key="TextField"/>
Modified: SwingMETest/resources/visto/synthVisto.xml
===================================================================
--- SwingMETest/resources/visto/synthVisto.xml 2025-12-24 20:02:52 UTC (rev 2984)
+++ SwingMETest/resources/visto/synthVisto.xml 2025-12-24 20:11:02 UTC (rev 2985)
@@ -38,6 +38,7 @@
</state>
</style>
<bind style="button" key="Button"/>
+ <bind style="button" key="MenuRenderer"/>
<bind style="button" key="CheckBox"/>
<bind style="button" key="RadioButton"/>
<bind style="button" key="TextField"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|