Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
Printrun
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
machinery
Printrun
Commits
b4f8d2a5
Commit
b4f8d2a5
authored
Jun 04, 2013
by
Guillaume Seguin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correctly skip event to allow default processing for options widgets
parent
5279dbe4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
pronsole.py
pronsole.py
+2
-0
No files found.
pronsole.py
View file @
b4f8d2a5
...
...
@@ -105,6 +105,8 @@ class Setting(object):
confirmation
=
wx
.
MessageDialog
(
None
,
_
(
"Are you sure you want to reset the setting to the default value: {0!r} ?"
)
.
format
(
self
.
default
),
_
(
"Confirm set default"
),
wx
.
ICON_EXCLAMATION
|
wx
.
YES_NO
|
wx
.
NO_DEFAULT
)
if
confirmation
.
ShowModal
()
==
wx
.
ID_YES
:
self
.
_set_value
(
self
.
default
)
else
:
e
.
Skip
()
@
setting_add_tooltip
def
get_label
(
self
,
parent
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment