Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
clim-tos
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alastair Bridgewater
clim-tos
Commits
9537689e
Commit
9537689e
authored
32 years ago
by
cer
Browse files
Options
Downloads
Patches
Plain Diff
tk-silica/ol-frames.lisp : menushell does not have a font resource
parent
e9375321
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tk-silica/ol-frames.lisp
+3
-2
3 additions, 2 deletions
tk-silica/ol-frames.lisp
with
3 additions
and
2 deletions
tk-silica/ol-frames.lisp
+
3
−
2
View file @
9537689e
...
...
@@ -20,7 +20,7 @@
;; 52.227-19 or DOD FAR Supplement 252.227-7013 (c) (1) (ii), as
;; applicable.
;;
;; $fiHeader: ol-frames.lisp,v 1.1
6
92/11/0
6
19:
04:26
cer Exp $
;; $fiHeader: ol-frames.lisp,v 1.1
7
92/11/0
9
19:
55:54
cer Exp $
(
in-package
:xm-silica
)
...
...
@@ -75,7 +75,8 @@
(
font-args
(
and
font
(
list
:font
font
))))
(
tk::set-values
menu-shell
:title
(
or
label
"Choose"
))
(
when
font
(
tk::set-values
menu-shell
:font
font
))
;;-- Does not have a font resource
;; (when font (tk::set-values menu-shell :font font))
(
labels
((
make-menu-button
(
item
class
parent
&rest
options
)
(
let
((
button
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment