kopia lustrzana https://github.com/backface/turtlestitch
fix white color in input slots
rodzic
1e9ffeda60
commit
433fc8596b
|
@ -9313,7 +9313,7 @@ InputSlotMorph.prototype.fixLayout = function () {
|
||||||
contents.isEditable = (!this.isReadOnly);
|
contents.isEditable = (!this.isReadOnly);
|
||||||
if (this.isReadOnly) {
|
if (this.isReadOnly) {
|
||||||
contents.disableSelecting();
|
contents.disableSelecting();
|
||||||
contents.color = new Color(254, 254, 254);
|
contents.color = new Color(255, 255, 255);
|
||||||
} else {
|
} else {
|
||||||
contents.enableSelecting();
|
contents.enableSelecting();
|
||||||
contents.color = new Color(0, 0, 0);
|
contents.color = new Color(0, 0, 0);
|
||||||
|
|
Ładowanie…
Reference in New Issue