mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
Add switches to Gorm's text view inspector to control use of an undo
manager and the find panel, respectively. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@31369 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a7ba28644f
commit
e75bdaf6ef
4 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2010-09-17 Wolfgang Lux <wolfgang.lux@gmail.com>
|
||||
|
||||
* Palettes/4Data/GormNSTextViewInspector.gorm: Add switches to the
|
||||
text view inspector to control use of an undo manager and the find
|
||||
panel, respectively.
|
||||
|
||||
2010-09-17 Wolfgang Lux <wolfgang.lux@gmail.com>
|
||||
|
||||
* Palettes/2Controls/GormButtonEditor.m (-mouseDown): Fix bug
|
||||
|
|
|
@ -10,7 +10,9 @@
|
|||
editableButton,
|
||||
multipleFontsButton,
|
||||
graphicsButton,
|
||||
selectableButton
|
||||
selectableButton,
|
||||
findPanelButton,
|
||||
undoButton
|
||||
);
|
||||
Super = IBInspector;
|
||||
};
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue