|
Rubric new package is good (and does not break anything since the new widgets will not be used by the system. Now the fixes collected due to the use of the new widgets should not be lost and can be reapplied to Rubric elements. Here are some from: - https://pharo.fogbugz.com/f/cases/22844/Recent-changes-on-rubric-broke-Iceberg - https://pharo.fogbugz.com/f/cases/22845/Recent-changes-on-Rubric-are-not-dark-theme-friendly
{ #category : #compat } RubPluggableTextFieldMorph >> wrapFlag: aBoolean [ self flag: #userShouldBeRevisited. ]
RubAbstractTextArea class >> backgroundColor [ ^ BackgroundColor ifNil: [ self theme backgroundColor ]
RubAbstractTextArea >> defaultColor [ "Answer the default color/fill style for the receiver. If the settings has been used then honor it, else returns the theme color"
^ BackgroundColor ifNil: [ self theme backgroundColor ]
RubGhostTextDisplayer >> defaultTextColor [ ^ self theme ghostTextColor ]
|
|
|
Priority: 5 – Fix If Time
|
|
Status: Work Needed
|
|
Assigned to: Everyone
|
|
Milestone: Pharo7.0
|
Go to Case
|
|