Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: killerbot on July 20, 2008, 11:54:50 pm
-
For example go to the "linker settings : Link libraries". Take for example a project which has more then 1 library.
1) Choose any of those libraries and click edit --> empty selection text
2) adjust for example the second one --> the first one get's replaced by the 'adjusted second one' and the original second on remains in place
This is most probably due to rev 5124 :
allow multiple selection for libraries in compiler options for all operations (move, copy, delete...)
@Martin : it seems things are not ok with events :
event.GetString() and event.GetSelection(). Are you sure this can/should work as you were intended ??
-
@Martin : it seems things are not ok with events :
event.GetString() and event.GetSelection(). Are you sure this can/should work as you were intended ??
Ok... it took me a while to reproduce. This is *only* if you click on the "edit" button. If you double-click on the lib (which I do normally) it works as expected. Now that I know when it happens I am starting to research... ;-)
-
Done. Fixed in R5149.