Always select current editor font when showing the font dialog
commit4e5a7231bf5f7c739b0bc1cd8d55e771cebf7758
authorMatthew Brush <matt@geany.org>
Mon, 4 Jun 2012 21:29:23 +0000 (4 14:29 -0700)
committerMatthew Brush <matt@geany.org>
Mon, 4 Jun 2012 21:29:23 +0000 (4 14:29 -0700)
treea85a88e8ea05c87769ccb14ea8be4ac043ce0809
parent9d7ff79a9a4a1e8640847c062ac085a8944e6de2
Always select current editor font when showing the font dialog

Previously, choosing another font and then pressing cancel would keep
the font selected rather than resetting it to the current editor font
because the dialog is not destroyed between showings.
src/dialogs.c