google-code-export / gambas

Automatically exported from code.google.com/p/gambas
1 stars 0 forks source link

Gambas3 ide cannot reset/delete choosed font to default/empty font... on controls #184

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1) Describe the problem.

Gambas3 ide: cannot reset choosed control font to default/empty font...
must manually edit the .form definition file into .src dir...

2) GIVE THE FOLLOWING INFORMATIONS (if they are appropriate):

Version: 3.0
Revision: 3.0
Operating system: Linux
Distribution: Ubuntu
Architecture: x86
GUI component: QT4
Desktop used: Gnome

3) Provide a little project that reproduces the bug or the crash.
not a crash

4) If your project needs a database, try to provide it, or part of it.
no needed 

5) Explain clearly how to reproduce the bug or the crash.

On a control (i.e. a label) select a font from font list to assign to the 
control
then try to set font to nothing...
i cannot unset to empty font (i want to reset control font to no particular 
font) 
I get success only by manually edit the .src/Form....form file, can be the only 
solution on this very good ide ?

Many thanks...

Marco

Original issue reported on code.google.com by marcobra...@gmail.com on 5 Jan 2012 at 10:02

GoogleCodeExporter commented 9 years ago
To restore the Font property to its default value, you have to hit the 
backspace or the delete key in the property sheet.

Original comment by benoit.m...@gmail.com on 8 Jan 2012 at 3:08

GoogleCodeExporter commented 9 years ago
Thanks work... FYI i use svn. 4394

Original comment by marcobra...@gmail.com on 9 Jan 2012 at 10:29